From e23136a39e12eb45c8c7077944532f65df46d2ef Mon Sep 17 00:00:00 2001 From: Prashansa Kulshrestha Date: Thu, 22 Aug 2024 17:01:02 +0530 Subject: [PATCH] chore: changelog update for v1.39.5 release (#1374) --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc625a89..e23674160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.39.5](#v1395) - [v1.39.4](#v1394) - [v1.39.3](#v1393) - [v1.39.2](#v1392) @@ -90,6 +91,13 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.39.5] +> Release date: 2024/08/22 + +### Fixes + +- Fixed `deck file openapi2kong` command where parameter schema wasn't getting generated properly. [#1355](https://github.com/Kong/deck/pull/1355) [go-apiops #186](https://github.com/Kong/go-apiops/pull/186) + ## [v1.39.4] > Release date: 2024/08/01 @@ -1757,6 +1765,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.39.5]: https://github.com/Kong/deck/compare/v1.39.4...v1.39.5 [v1.39.4]: https://github.com/Kong/deck/compare/v1.39.3...v1.39.4 [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 diff --git a/README.md b/README.md index d59d37672..8f5257f2e 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.39.4/deck_1.39.4_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.39.5/deck_1.39.5_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.39.4/deck_1.39.4_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.39.5/deck_1.39.5_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```