Skip to content

Commit

Permalink
release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 17, 2024
1 parent cc07b2a commit e1a57c7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,44 @@

---

## Unreleased
## 2.12.0 released 16-Jul-2024

* refactor: for updating switch from `hub` to the offical Github `gh` cli command.
[#596](https://github.com/Kong/kong-pongo/pull/596).

* Feat: Kong Enterprise 3.7.1.2

* Feat: Kong Enterprise 3.7.1.1

* Feat: Kong Enterprise 3.6.1.6

* Feat: Kong Enterprise 3.6.1.5

* Feat: Kong Enterprise 3.6.1.4

* Feat: Kong Enterprise 3.5.0.7

* Feat: Kong Enterprise 3.5.0.6

* Feat: Kong Enterprise 3.5.0.5

* Feat: Kong Enterprise 3.5.0.4

* Feat: Kong Enterprise 3.4.3.11

* Feat: Kong Enterprise 3.4.3.9

* Feat: Kong Enterprise 3.4.3.8

* Feat: Kong Enterprise 3.4.3.7

* Feat: Kong Enterprise 2.8.4.11

* Feat: Kong Enterprise 2.8.4.10

* Feat: Kong OSS 3.7.1

* Feat: Kong OSS 2.8.5

---

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.11.1
|___/ v2.12.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.11.1
PONGO_VERSION=2.12.0

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

0 comments on commit e1a57c7

Please sign in to comment.