Skip to content

Commit afb9d02

Browse files
committed
Regenerated changelog.
1 parent bcbb06c commit afb9d02

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

src/test/Resource/CHANGELOG.md

+39-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,44 @@
22

33
## [Unreleased](https://github.com/bunq/sdk_java/tree/HEAD)
44

5-
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.1...HEAD)
5+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.14.1...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Replace /sandbox-user with /sandbox-user-person and /sandbox-user-company [\#137](https://github.com/bunq/sdk_java/issues/137)
10+
- feature/sdk\_java\#137 Deprecate sandbox-user. [\#138](https://github.com/bunq/sdk_java/pull/138) ([angelomelonas](https://github.com/angelomelonas))
11+
12+
**Fixed bugs:**
13+
14+
- Remove getUserObject call immediately after UserContext creation \(reduce rate-limit hits\) [\#134](https://github.com/bunq/sdk_java/issues/134)
15+
- feature/sdk\_java\#134 save/restore User in SessionContext from file [\#136](https://github.com/bunq/sdk_java/pull/136) ([angelomelonas](https://github.com/angelomelonas))
16+
- feature/sdk\_java\#134 Do not call getUser immediately after UserContext creation [\#135](https://github.com/bunq/sdk_java/pull/135) ([angelomelonas](https://github.com/angelomelonas))
17+
18+
## [1.14.1](https://github.com/bunq/sdk_java/tree/1.14.1) (2020-08-19)
19+
20+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.14.0...1.14.1)
21+
22+
**Implemented enhancements:**
23+
24+
- Update Java SDK dependencies [\#131](https://github.com/bunq/sdk_java/issues/131)
25+
26+
**Fixed bugs:**
27+
28+
- OauthAuthorizationUri creates incorrect URL [\#126](https://github.com/bunq/sdk_java/issues/126)
29+
- Fixed OauthAuthorizationUri not being correctly created [\#133](https://github.com/bunq/sdk_java/pull/133) ([angelomelonas](https://github.com/angelomelonas))
30+
31+
**Closed issues:**
32+
33+
- ExceptionInInitializerError in ApiContext.create [\#127](https://github.com/bunq/sdk_java/issues/127)
34+
- Update Okio dependency [\#120](https://github.com/bunq/sdk_java/issues/120)
35+
36+
**Merged pull requests:**
37+
38+
- Updated Java SDK dependencies [\#132](https://github.com/bunq/sdk_java/pull/132) ([angelomelonas](https://github.com/angelomelonas))
39+
40+
## [1.14.0](https://github.com/bunq/sdk_java/tree/1.14.0) (2020-07-28)
41+
42+
[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.1...1.14.0)
643

744
**Closed issues:**
845

@@ -184,7 +221,6 @@
184221
- Added missing id field from mastercard action. \(bunq/sdk\_java\#48\) [\#62](https://github.com/bunq/sdk_java/pull/62) ([OGKevin](https://github.com/OGKevin))
185222
- \(bunq/sdk\_java\#55\) add response id to request error [\#61](https://github.com/bunq/sdk_java/pull/61) ([OGKevin](https://github.com/OGKevin))
186223
- Configure Zappr [\#59](https://github.com/bunq/sdk_java/pull/59) ([OGKevin](https://github.com/OGKevin))
187-
- Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin))
188224

189225
## [0.12.4](https://github.com/bunq/sdk_java/tree/0.12.4) (2017-12-21)
190226

@@ -203,6 +239,7 @@
203239

204240
**Merged pull requests:**
205241

242+
- Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin))
206243
- Added method to ensure that reponse headers are correclty cased befor… [\#53](https://github.com/bunq/sdk_java/pull/53) ([OGKevin](https://github.com/OGKevin))
207244
- Feature/improve decoder bunq/sdk java\#35 [\#52](https://github.com/bunq/sdk_java/pull/52) ([OGKevin](https://github.com/OGKevin))
208245

0 commit comments

Comments
 (0)