Skip to content

Commit 8a1a026

Browse files
committed
Merge tag '0.12.4' into develop
Release 0.12.4 0.12.4
2 parents 9e66f21 + ac4c53a commit 8a1a026

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

BunqSdk/BunqSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageId>Bunq.Sdk</PackageId>
1111
</PropertyGroup>
1212
<PropertyGroup>
13-
<VersionPrefix>0.12.3.0</VersionPrefix>
13+
<VersionPrefix>0.12.4.0</VersionPrefix>
1414
<VersionSuffix>beta</VersionSuffix>
1515
</PropertyGroup>
1616
<PropertyGroup>

BunqSdk/Http/ApiClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class ApiClient
5454
/// Values for the default headers
5555
/// </summary>
5656
private const string CACHE_CONTROL_NONE = "no-cache";
57-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.12.0.0-beta";
57+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.12.4.0-beta";
5858
private const string LANGUAGE_EN_US = "en_US";
5959
private const string REGION_NL_NL = "nl_NL";
6060
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## [0.12.4](https://github.com/bunq/sdk_csharp/tree/0.12.4) (2017-12-21)
4+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.3...0.12.4)
5+
6+
**Implemented enhancements:**
7+
8+
- Introduce CreateFromJsonString method. [\#56](https://github.com/bunq/sdk_csharp/issues/56)
9+
- Make sure received signatures headers are correctly cased [\#49](https://github.com/bunq/sdk_csharp/issues/49)
10+
- Return base class from createFromJsonString [\#48](https://github.com/bunq/sdk_csharp/issues/48)
11+
- CHANGELOG.md is empty [\#46](https://github.com/bunq/sdk_csharp/issues/46)
12+
- Improve decoder to recognise child objects [\#43](https://github.com/bunq/sdk_csharp/issues/43)
13+
14+
**Closed issues:**
15+
16+
- Payment example doesn't work without a name for the pointer [\#54](https://github.com/bunq/sdk_csharp/issues/54)
17+
18+
**Merged pull requests:**
19+
20+
- Insure that headers are correctly cased before signature verification… [\#59](https://github.com/bunq/sdk_csharp/pull/59) ([OGKevin](https://github.com/OGKevin))
21+
- Improve decoder bunq/sdk csharp\#43 [\#57](https://github.com/bunq/sdk_csharp/pull/57) ([OGKevin](https://github.com/OGKevin))
22+
- Generated CHANGELOG.md :clap:. \(bunq/sdk\_csharp\#46\) [\#47](https://github.com/bunq/sdk_csharp/pull/47) ([OGKevin](https://github.com/OGKevin))
23+
324
## [0.12.3](https://github.com/bunq/sdk_csharp/tree/0.12.3) (2017-11-15)
425
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.2...0.12.3)
526

0 commit comments

Comments
 (0)