Skip to content

Commit

Permalink
bump to version 2.6.2 (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Oct 19, 2023
1 parent 9960e57 commit 78e5a2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v2.6.2](https://github.com/megaease/easegress/tree/v2.6.2) (2023-10-19)

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

**Significant changes:**
* Introduced a new user-friendly document.

**Implemented enhancements:**
* Added support for additional annotations in Kubernetes ingress.
* Enabled CORS support in the easegress-server APIs.
* Updated the helm chart.

## [v2.6.1](https://github.com/megaease/easegress/tree/v2.6.1) (2023-09-01)

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

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

0 comments on commit 78e5a2c

Please sign in to comment.