Skip to content

Commit 8e6653f

Browse files
ms2008zhikai-kong
authored andcommitted
chore(release): release 2.22.0
1 parent 61028a5 commit 8e6653f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222

2323
---
2424

25+
## 2.22.0 released 22-Nov-2025
26+
27+
* Feat: Kong Enterprise 3.4.3.22
28+
* Chore: clean up images after test to free up space.
29+
[#709](https://github.com/Kong/kong-pongo/pull/709)
30+
2531
## 2.21.0 released 03-Oct-2025
2632

2733
* Feat: Kong Enterprise 3.12.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu
1818
| | | (_) | | | | (_| | (_) |
1919
\_| \___/|_| |_|\__, |\___/
2020
__/ |
21-
|___/ v2.21.0
21+
|___/ v2.22.0
2222
2323
Usage: pongo action [options...] [--] [action options...]
2424

pongo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
function globals {
66
# Project related global variables
7-
PONGO_VERSION=2.20.0
7+
PONGO_VERSION=2.22.0
88

99
local script_path
1010
# explicitly resolve the link because realpath doesn't do it on Windows

0 commit comments

Comments
 (0)