From a0e72525bf1ada8dbf4b54a8cf50ba97619ebcaf Mon Sep 17 00:00:00 2001 From: Peter Ocansey Date: Tue, 12 Dec 2023 14:42:03 +0000 Subject: [PATCH] Changelog & v0.17.0 --- CHANGELOG.md | 12 ++++++++++++ src/Common/Constants.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f939cda..2b717c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.17.0] - 2023 12 12 + +### Added + +- Allow user to send custom headers + +### Changed + +### Fixed + +### Removed + ## [0.16.0] - 2023 11 22 ### Added diff --git a/src/Common/Constants.php b/src/Common/Constants.php index c65075d..c554846 100644 --- a/src/Common/Constants.php +++ b/src/Common/Constants.php @@ -4,7 +4,7 @@ class Constants { - public const SDK_VERSION = 'v0.16.0'; + public const SDK_VERSION = 'v0.17.0'; public const DEFAULT_LIMIT = 25; public const MIN_LIMIT = 10; public const MAX_LIMIT = 100;