From d1355a000c70b04379541b4e4584acfc05a704f8 Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Wed, 8 Nov 2023 18:34:55 -0300 Subject: [PATCH] release 2.9.0 --- README.md | 10 +++++++++- pongo.sh | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b41d48..54bff5a0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu | | | (_) | | | | (_| | (_) | \_| \___/|_| |_|\__, |\___/ __/ | - |___/ v2.8.0 + |___/ v2.9.0 Usage: pongo action [options...] [--] [action options...] @@ -844,6 +844,14 @@ The result should be a new PR on the Pongo repo. --- +## 2.9.0 released 08-Nov-2023 + +* Feat: Kong Enterprise 3.5.0.0 + +* Feat: Kong OSS 3.5.0 + +--- + ## 2.8.0 released 24-Oct-2023 * Fix: `pongo down` would not remove volumes. This diff --git a/pongo.sh b/pongo.sh index 486cc287..91abdcfe 100755 --- a/pongo.sh +++ b/pongo.sh @@ -4,7 +4,7 @@ function globals { # Project related global variables - PONGO_VERSION=2.8.0 + PONGO_VERSION=2.9.0 local script_path # explicitly resolve the link because realpath doesn't do it on Windows