File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
src/main/java/com/bunq/sdk/http Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.13.1] ( https://github.com/bunq/sdk_java/tree/0.13.1 )
4
+
5
+ [ Full Changelog] ( https://github.com/bunq/sdk_java/compare/0.13.0...0.13.1 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - Move to new sandbox [ \# 89] ( https://github.com/bunq/sdk_java/issues/89 )
10
+
11
+
12
+ ** Merged pull requests:**
13
+
14
+ - Changed sandbox url and pinned key. [ \# 92] ( https://github.com/bunq/sdk_java/pull/92 ) ([ OGKevin] ( https://github.com/OGKevin ) )
15
+
3
16
## [ 0.13.0] ( https://github.com/bunq/sdk_java/tree/0.13.0 ) [ (2017-12-21)] ( https://github.com/bunq/sdk_java/tree/0.13.0 )
4
17
5
18
[ Full Changelog] ( https://github.com/bunq/sdk_java/compare/0.12.4...0.13.0 )
Original file line number Diff line number Diff line change 1
1
group ' com.bunq.sdk'
2
- version ' 0.13.0 '
2
+ version ' 0.13.1 '
3
3
4
4
apply plugin : ' java'
5
5
apply plugin : ' maven'
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public class ApiClient {
90
90
/**
91
91
* Prefix for bunq's own headers.
92
92
*/
93
- private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.13.0 " ;
93
+ private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.13.1 " ;
94
94
private static final String LANGUAGE_EN_US = "en_US" ;
95
95
private static final String REGION_NL_NL = "nl_NL" ;
96
96
private static final String GEOLOCATION_ZERO = "0 0 0 0 000" ;
You can’t perform that action at this time.
0 commit comments