Skip to content

Commit

Permalink
release 1.2.0 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Sep 1, 2022
1 parent c4f563e commit e3cf2d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu
| | | (_) | | | | (_| | (_) |
\_| \___/|_| |_|\__, |\___/
__/ |
|___/ v1.1.0
|___/ v1.2.0
Usage: pongo action [options...] [--] [action options...]
Expand Down Expand Up @@ -787,7 +787,11 @@ The result should be a new PR on the Pongo repo.
---
## unreleased
## 1.2.0 released 01-Sep-2022
* Feat: Kong Enterprise 2.8.1.2, 2.8.1.3, 2.8.1.4
* Added a Pongo github action, see the [marketplace](https://github.com/marketplace/actions/kong-pongo)
* Enabled redis cluster tests
[#305](https://github.com/Kong/kong-pongo/pull/305)
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=1.1.0
PONGO_VERSION=1.2.0

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

0 comments on commit e3cf2d0

Please sign in to comment.