File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ INTEGRATION_TEST_PATH := build/test
1616IMAGE_NAME? =megaease/easegress
1717
1818# Version
19- RELEASE? =v2.4.0
19+ RELEASE? =v2.4.1
2020
2121# Git Related
2222GIT_REPO_INFO =$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
You can’t perform that action at this time.
0 commit comments