Skip to content

Commit

Permalink
release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Sep 24, 2024
1 parent 6ce752c commit fb9d5b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...]
Expand Down
2 changes: 1 addition & 1 deletion pongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb9d5b8

Please sign in to comment.