Skip to content

Commit

Permalink
Changelog & v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOcansey committed Dec 12, 2023
1 parent 7085436 commit a0e7252
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0e7252

Please sign in to comment.