Skip to content

Commit 4466d49

Browse files
authored
bump version to v2.4.1 (#982)
* bump version to v2.4.1 * update doc
1 parent 09a390d commit 4466d49

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v2.4.1](https://github.com/megaease/easegress/tree/v2.4.1) (2023-04-21)
4+
5+
[Full Changelog](https://github.com/megaease/easegress/compare/v2.4.0...v2.4.1)
6+
7+
**Implemented enhancements:**
8+
* Add a new filter: Simple HTTP Proxy.
9+
* Add a Canary Release cookbook.
10+
* Add a ChatGPT Bot cookbook.
11+
12+
**Fixed bugs:**
13+
* Fix the Sampler's incorrect result bug
14+
* Fix OIDCAdaptor bug.
15+
* Fix typo and other minor problems in the documentation.
16+
317
## [v2.4.0](https://github.com/megaease/easegress/tree/v2.4.0) (2023-03-03)
418

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
1616
IMAGE_NAME?=megaease/easegress
1717

1818
# Version
19-
RELEASE?=v2.4.0
19+
RELEASE?=v2.4.1
2020

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

0 commit comments

Comments
 (0)