From d3b4138dacc7430a9811f7d887479f7189143872 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Wed, 15 Mar 2023 16:22:16 +0100 Subject: [PATCH] release v0.8.0 Signed-off-by: Eguzki Astiz Lezaun --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838fb6c..74a28ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.8.0] - Mar 15, 2023 + +### Added + +- Account proxy endpoint [#50](https://github.com/3scale/3scale-porta-go-client/pull/50) +- Product list pagination [#51](https://github.com/3scale/3scale-porta-go-client/pull/51) + ## [0.7.0] - Sept 12, 2022 ### Added @@ -46,7 +53,10 @@ 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.5.0...HEAD +[Unreleased]: https://github.com/3scale/3scale-porta-go-client/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.8.0 +[0.7.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.7.0 +[0.6.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.6.0 [0.5.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.5.0 [0.4.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.4.0 [0.3.0]: https://github.com/3scale/3scale-porta-go-client/releases/tag/v0.3.0