From 7d632a925c399bfb999cea6d710f878fad00a0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Cruz?= Date: Wed, 20 Mar 2024 17:10:34 +0000 Subject: [PATCH] Bump version; CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ src/Common/Constants.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907c4ac..4f099ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.21.0] - 2024 03 20 + +### Added + +### Changed + +- Suggest to add token as .env variable instead of explicit declaration + +### Fixed + +- Fix composer packages cache + +### Removed + ## [0.20.0] - 2023 12 28 ### Added diff --git a/src/Common/Constants.php b/src/Common/Constants.php index e804788..b24f6d5 100644 --- a/src/Common/Constants.php +++ b/src/Common/Constants.php @@ -4,7 +4,7 @@ class Constants { - public const SDK_VERSION = 'v0.20.0'; + public const SDK_VERSION = 'v0.21.0'; public const DEFAULT_LIMIT = 25; public const MIN_LIMIT = 10; public const MAX_LIMIT = 100;