diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a9a14e..a4c6f014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,12 +24,28 @@ ## Unreleased... +--- + +## 2.15.0 released 17-Dec-2024 + * Fix: pass http-proxy variables when building `expose` [#637](https://github.com/Kong/kong-pongo/pull/637). * Feat: prepare for LuaCov html reporter (in LuaCov 0.16.0) [#638](https://github.com/Kong/kong-pongo/pull/638). +* Feat: Kong Enterprise 3.9.0.0 + +* Feat: Kong Enterprise 3.8.1.0 + +* Feat: Kong Enterprise 3.7.1.3 + +* Feat: Kong Enterprise 3.6.1.8 + +* Feat: Kong Enterprise 3.4.3.13 + +* Feat: Kong OSS 3.9.0 + --- ## 2.14.0 released 24-Sep-2024 diff --git a/README.md b/README.md index 970fb797..601bfeb7 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.14.0 + |___/ v2.15.0 Usage: pongo action [options...] [--] [action options...] diff --git a/pongo.sh b/pongo.sh index 1b632863..713587fd 100755 --- a/pongo.sh +++ b/pongo.sh @@ -4,7 +4,7 @@ function globals { # Project related global variables - PONGO_VERSION=2.14.0 + PONGO_VERSION=2.15.0 local script_path # explicitly resolve the link because realpath doesn't do it on Windows