Skip to content

Commit

Permalink
Bump version to v2.5.0 (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Jul 7, 2023
1 parent cec32d6 commit 3cadfce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v2.5.0](https://github.com/megaease/easegress/tree/v2.5.0) (2023-07-07)

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

**Significant changes:**
* Enhanced the command line tool egctl.

**Implemented enhancements:**
* Introduced new WebSocket options to the ingress controller.
* Expanded multiplexing rules to support multiple hosts.

## [v2.4.3](https://github.com/megaease/easegress/tree/v2.4.3) (2023-06-30)

[Full Changelog](https://github.com/megaease/easegress/compare/v2.4.2...v2.4.3)
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.4.3
RELEASE?=v2.5.0

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

0 comments on commit 3cadfce

Please sign in to comment.