diff --git a/CHANGELOG.md b/CHANGELOG.md index 26502f58..66a9a4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ --- -## Unreleased +## 2.13.0 released 12-Sep-2024 * Fix: properly resolve Kong-versions in case of double digits, eg. 3.4.3.12 [#619](https://github.com/Kong/kong-pongo/pull/619). @@ -30,6 +30,15 @@ * Fix: remove version key from docker compose to prevent deprecation warning [#622](https://github.com/Kong/kong-pongo/pull/622). +* Feat: Kong Enterprise 3.8.0.0 + +* Feat: Kong Enterprise 3.6.1.7 + +* Feat: Kong Enterprise 3.4.3.12 + +* Feat: Kong Enterprise 2.8.4.12 + +* Feat: Kong OSS 3.8.0 --- diff --git a/README.md b/README.md index 9f42222c..8c604ace 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu | | | (_) | | | | (_| | (_) | \_| \___/|_| |_|\__, |\___/ __/ | - |___/ v2.12.0 + |___/ v2.13.0 Usage: pongo action [options...] [--] [action options...] diff --git a/pongo.sh b/pongo.sh index 805ce11f..1885c0cb 100755 --- a/pongo.sh +++ b/pongo.sh @@ -4,7 +4,7 @@ function globals { # Project related global variables - PONGO_VERSION=2.12.0 + PONGO_VERSION=2.13.0 local script_path # explicitly resolve the link because realpath doesn't do it on Windows