From f18e2c4f90e8f3a140337f1357bc1af58da4d576 Mon Sep 17 00:00:00 2001 From: Austin Cunningham Date: Tue, 2 Apr 2024 15:02:23 +0100 Subject: [PATCH] THREESCALE-10613 release v0.11.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b596b..9d3ee4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.11.0] - April 02, 2024 + +- feat: add missing ApplicationId to Application model [#61](https://github.com/3scale/3scale-porta-go-client/pull/61) +- feat: add handler for application keys endpoint [#62](https://github.com/3scale/3scale-porta-go-client/pull/62) + ## [0.10.0] - Feb 01, 2024 ### Added @@ -69,7 +74,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - Nov 16, 2020 -[Unreleased]: https://github.com/3scale/3scale-porta-go-client/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/3scale/3scale-porta-go-client/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.11.0 [0.10.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.10.0 [0.9.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.9.0 [0.8.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.8.0