Skip to content

Commit

Permalink
release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 7, 2023
1 parent b4b1f6c commit b135eed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu
| | | (_) | | | | (_| | (_) |
\_| \___/|_| |_|\__, |\___/
__/ |
|___/ v2.6.0
|___/ v2.7.0
Usage: pongo action [options...] [--] [action options...]
Expand Down Expand Up @@ -832,7 +832,14 @@ The result should be a new PR on the Pongo repo.

---

## 2.x.0 unreleased
## 2.7.0 released 7-Jul-2023

* Feat: Kong Enterprise 2.8.4.2, which means that Pongo 2.x will support the
Kong Enterprise 2.8.x.x LTS releases

* Feat: Kong Enterprise 3.3.0.0

* Feat: Kong OSS 3.3.0

* Feat: add alias to enable authentication when in a Pongo shell
[#392](https://github.com/Kong/kong-pongo/pull/392).
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.6.0
PONGO_VERSION=2.7.0

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

0 comments on commit b135eed

Please sign in to comment.