From fb9d5b83d986456f2e5c07addd2c86fe07ace397 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 24 Sep 2024 17:21:09 +0200 Subject: [PATCH] release 2.14.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- pongo.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a9a4fb..58b41470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,13 @@ --- +## 2.14.0 released 24-Sep-2024 + +* Feat: enable FIPS support for plugin testing + [#624](https://github.com/Kong/kong-pongo/pull/624). + +--- + ## 2.13.0 released 12-Sep-2024 * Fix: properly resolve Kong-versions in case of double digits, eg. 3.4.3.12 diff --git a/README.md b/README.md index 8c604ace..970fb797 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.13.0 + |___/ v2.14.0 Usage: pongo action [options...] [--] [action options...] diff --git a/pongo.sh b/pongo.sh index 50991e0e..789f69ef 100755 --- a/pongo.sh +++ b/pongo.sh @@ -4,7 +4,7 @@ function globals { # Project related global variables - PONGO_VERSION=2.13.0 + PONGO_VERSION=2.14.0 local script_path # explicitly resolve the link because realpath doesn't do it on Windows