Skip to content

Commit

Permalink
Merge tag '0.13.2' into develop
Browse files Browse the repository at this point in the history
Hotfix 0.13.2
  • Loading branch information
OGKevin committed May 30, 2018
2 parents 79a169a + 5706ac9 commit 98e52cc
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
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Http/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 98e52cc

Please sign in to comment.