diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f06023..5ba5eb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [0.13.2](https://github.com/bunq/sdk_php/tree/0.13.2) + +[Full Changelog](https://github.com/bunq/sdk_php/compare/0.13.1...0.13.2) + +**Closed issues:** + +- Move to new sandbox . [\#149](https://github.com/bunq/sdk_php/issues/149) + +**Merged pull requests:** + +- Move to new sandbox bunq/sdk_php#149. [\#115](https://github.com/bunq/sdk_php/pull/150) ([OGKevin](https://github.com/OGKevin)) + ## [0.13.1](https://github.com/bunq/sdk_php/tree/0.13.1) [Full Changelog](https://github.com/bunq/sdk_php/compare/0.13.0...0.13.1) diff --git a/src/Http/ApiClient.php b/src/Http/ApiClient.php index e3df9496..ba2f1d42 100644 --- a/src/Http/ApiClient.php +++ b/src/Http/ApiClient.php @@ -85,7 +85,7 @@ class ApiClient /** * User agent constants. */ - const HEADER_USER_AGENT_BUNQ_SDK_DEFAULT = 'bunq-sdk-php/0.13.1'; + const HEADER_USER_AGENT_BUNQ_SDK_DEFAULT = 'bunq-sdk-php/0.13.2'; /** * Binary request constants.