Skip to content

Commit c211fba

Browse files
authored
chore(release): release 2.24.0 (#712)
1 parent 550be36 commit c211fba

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

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

2323
---
2424

25+
## 2.24.0 released 04-Dec-2025
26+
27+
* Chore: disable the test coverage by default.
28+
[#713](https://github.com/Kong/kong-pongo/pull/713)
29+
30+
* Feat: Kong Enterprise 3.11.0.1
31+
32+
* Feat: Kong Enterprise 3.11.0.2
33+
34+
* Feat: Kong Enterprise 3.11.0.3
35+
36+
* Feat: Kong Enterprise 3.11.0.4
37+
38+
* Feat: Kong Enterprise 3.11.0.5
39+
40+
* Feat: Kong Enterprise 3.11.0.6
41+
42+
* Feat: Kong Enterprise 3.10.0.4
43+
44+
* Feat: Kong Enterprise 3.10.0.5
45+
46+
* Feat: Kong Enterprise 3.10.0.6
47+
48+
* Feat: Kong Enterprise 3.9.1.2
49+
50+
* Feat: Kong Enterprise 3.8.1.2
51+
52+
* Feat: Kong Enterprise 3.4.3.21
53+
54+
## 2.23.0 released 02-Dec-2025
55+
56+
* Fix: use version v2 of docker-compose for the base image.
57+
[#711](https://github.com/Kong/kong-pongo/pull/711)
58+
59+
* Feat: Kong Enterprise 3.12.0.1
60+
2561
## 2.22.0 released 22-Nov-2025
2662

2763
* Feat: Kong Enterprise 3.4.3.22

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.22.0
21+
|___/ v2.24.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.22.0
7+
PONGO_VERSION=2.24.0
88

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

0 commit comments

Comments
 (0)