Skip to content

Commit

Permalink
bump version number to 1.3.2 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
localvar committed Nov 8, 2021
1 parent 1afeb8f commit 6c538a6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.1
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.2
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand All @@ -37,7 +37,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.1
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.3.2
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.3.2](https://github.com/megaease/easegress/tree/v1.3.2) (2021-11-08)

[Full Changelog](https://github.com/megaease/easegress/compare/v1.3.1...v1.3.2)

**Implemented enhancements:**
- **Performance improvement**[\#277](https://github.com/megaease/easegress/pull/277)

**Fixed bugs:**
- **Wrong host function name in WasmHost**[\#317](https://github.com/megaease/easegress/pull/317)
- **Wrong name in WebSocket spec**[\#328](https://github.com/megaease/easegress/pull/328)
- **Response body corrupt after pass ResponseAdapter**[\#345](https://github.com/megaease/easegress/pull/345)
- **Failed to create pipeline when filters are not sorted as flow**[\#348](https://github.com/megaease/easegress/pull/348)


## [v1.3.1](https://github.com/megaease/easegress/tree/v1.3.1) (2021-10-20)

[Full Changelog](https://github.com/megaease/easegress/compare/v1.3.0...v1.3.1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RELEASE_DIR := ${MKFILE_DIR}bin
GO_PATH := $(shell go env | grep GOPATH | awk -F '"' '{print $$2}')

# Version
RELEASE?=v1.3.1
RELEASE?=v1.3.2

# Git Related
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
Expand Down

0 comments on commit 6c538a6

Please sign in to comment.