Skip to content

Commit

Permalink
update changelog for v2.3.1 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Dec 28, 2022
1 parent d5edf28 commit 8b832d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog


## [v2.3.1](https://github.com/megaease/easegress/tree/v2.3.1) (2022-12-28)

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

**Significant changes:**
* Add new filter Redirector to handle HTTP 3xx redirects.
* Add prometheus support for Proxy and HTTPServer.
* Support HTTPS for egctl and easegress-server.
* Enhance egctl delete.

**Implemented enhancements:**
* Add LDAP mode for basic authentication.
* Add Broker mode for MQTTProxy.

## [v2.3.0](https://github.com/megaease/easegress/tree/v2.3.0) (2022-11-28)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.2.0...v2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
IMAGE_NAME?=megaease/easegress

# Version
RELEASE?=v2.3.0
RELEASE?=v2.3.1

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

0 comments on commit 8b832d9

Please sign in to comment.