diff --git a/CHANGELOG.md b/CHANGELOG.md index 8986f62fc..ea7159df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.39.3](#v1393) - [v1.39.2](#v1392) - [v1.39.1](#v1391) - [v1.39.0](#v1390) @@ -88,6 +89,14 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.39.3] +> Release date: 2024/07/16 + +### Chores + +- Fixes [#1228](https://github.com/Kong/deck/issues/1282) by updating the golang version from 1.21 to 1.22, thus removing the inconsistency between decK releases' version and the one used in the project. + [#1336](https://github.com/Kong/deck/pull/1336) + ## [v1.39.2] > Release date: 2024/07/04 @@ -1737,6 +1746,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.39.3]: https://github.com/Kong/deck/compare/v1.39.2...v1.39.3 [v1.39.2]: https://github.com/kong/deck/compare/v1.39.1...v1.39.2 [v1.39.1]: https://github.com/kong/deck/compare/v1.39.0...v1.39.1 [v1.39.0]: https://github.com/kong/deck/compare/v1.38.1...v1.39.0 diff --git a/README.md b/README.md index 679b05e68..78121a5cd 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases) or install by downloading the binary: ```shell -$ curl -sL https://github.com/kong/deck/releases/download/v1.37.0/deck_1.37.0_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.39.3/deck_1.39.3_linux_amd64.tar.gz -o deck.tar.gz $ tar -xf deck.tar.gz -C /tmp $ sudo cp /tmp/deck /usr/local/bin/ ``` @@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub [release page](https://github.com/kong/deck/releases) or via PowerShell: ```shell -$ curl -sL https://github.com/kong/deck/releases/download/v1.37.0/deck_1.37.0_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.39.3/deck_1.39.3_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```