|
1 |
| -# Change Log |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [Unreleased](https://github.com/bunq/sdk_java/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.14.0...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Update Java SDK dependencies [\#131](https://github.com/bunq/sdk_java/issues/131) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- OauthAuthorizationUri creates incorrect URL [\#126](https://github.com/bunq/sdk_java/issues/126) |
| 14 | +- Fixed OauthAuthorizationUri not being correctly created [\#133](https://github.com/bunq/sdk_java/pull/133) ([angelomelonas](https://github.com/angelomelonas)) |
| 15 | + |
| 16 | +**Closed issues:** |
| 17 | + |
| 18 | +- ExceptionInInitializerError in ApiContext.create [\#127](https://github.com/bunq/sdk_java/issues/127) |
| 19 | +- Update Okio dependency [\#120](https://github.com/bunq/sdk_java/issues/120) |
| 20 | + |
| 21 | +**Merged pull requests:** |
| 22 | + |
| 23 | +- Updated Java SDK dependencies [\#132](https://github.com/bunq/sdk_java/pull/132) ([angelomelonas](https://github.com/angelomelonas)) |
| 24 | + |
| 25 | +## [1.14.0](https://github.com/bunq/sdk_java/tree/1.14.0) (2020-07-28) |
| 26 | + |
| 27 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.1...1.14.0) |
| 28 | + |
| 29 | +**Closed issues:** |
| 30 | + |
| 31 | +- Certificate pinning issue after bunq certificate renewal [\#123](https://github.com/bunq/sdk_java/issues/123) |
| 32 | + |
| 33 | +## [1.13.1](https://github.com/bunq/sdk_java/tree/1.13.1) (2020-03-27) |
| 34 | + |
| 35 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.0...1.13.1) |
| 36 | + |
| 37 | +**Merged pull requests:** |
| 38 | + |
| 39 | +- Updated sandbox certificate pinning hash. [\#125](https://github.com/bunq/sdk_java/pull/125) ([NickvandeGroes](https://github.com/NickvandeGroes)) |
| 40 | +- Use correct oauth url for sandbox and production [\#124](https://github.com/bunq/sdk_java/pull/124) ([thijsdejong](https://github.com/thijsdejong)) |
| 41 | + |
| 42 | +## [1.13.0](https://github.com/bunq/sdk_java/tree/1.13.0) (2020-02-19) |
| 43 | + |
| 44 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.12.1...1.13.0) |
2 | 45 |
|
3 | 46 | ## [1.12.1](https://github.com/bunq/sdk_java/tree/1.12.1) (2019-09-16)
|
| 47 | + |
4 | 48 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.12.0...1.12.1)
|
5 | 49 |
|
6 | 50 | **Closed issues:**
|
|
12 | 56 | - Feature/object wrapping fix [\#119](https://github.com/bunq/sdk_java/pull/119) ([NickvandeGroes](https://github.com/NickvandeGroes))
|
13 | 57 |
|
14 | 58 | ## [1.12.0](https://github.com/bunq/sdk_java/tree/1.12.0) (2019-09-10)
|
| 59 | + |
15 | 60 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.10.16...1.12.0)
|
16 | 61 |
|
17 | 62 | **Closed issues:**
|
|
23 | 68 | - Fix NotificationFilter and implement PSD2 [\#118](https://github.com/bunq/sdk_java/pull/118) ([NickvandeGroes](https://github.com/NickvandeGroes))
|
24 | 69 |
|
25 | 70 | ## [1.10.16](https://github.com/bunq/sdk_java/tree/1.10.16) (2019-06-16)
|
| 71 | + |
26 | 72 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.10.1...1.10.16)
|
27 | 73 |
|
28 | 74 | ## [1.10.1](https://github.com/bunq/sdk_java/tree/1.10.1) (2019-05-22)
|
| 75 | + |
29 | 76 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.10.0...1.10.1)
|
30 | 77 |
|
31 | 78 | **Closed issues:**
|
32 | 79 |
|
33 | 80 | - Support for MonetaryAccountBankSavings is missing [\#113](https://github.com/bunq/sdk_java/issues/113)
|
34 | 81 |
|
35 | 82 | ## [1.10.0](https://github.com/bunq/sdk_java/tree/1.10.0) (2019-05-09)
|
| 83 | + |
36 | 84 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.1.0...1.10.0)
|
37 | 85 |
|
38 | 86 | **Closed issues:**
|
|
45 | 93 | - Changed pinned key to match new sandbox certificate [\#116](https://github.com/bunq/sdk_java/pull/116) ([erwindeg](https://github.com/erwindeg))
|
46 | 94 |
|
47 | 95 | ## [1.1.0](https://github.com/bunq/sdk_java/tree/1.1.0) (2018-10-09)
|
| 96 | + |
48 | 97 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.0.1...1.1.0)
|
49 | 98 |
|
50 | 99 | **Merged pull requests:**
|
51 | 100 |
|
52 | 101 | - bunq header handling as enum \(bunq/sdk\_java\#93\) [\#105](https://github.com/bunq/sdk_java/pull/105) ([tubbynl](https://github.com/tubbynl))
|
53 | 102 |
|
54 | 103 | ## [1.0.1](https://github.com/bunq/sdk_java/tree/1.0.1) (2018-09-01)
|
| 104 | + |
55 | 105 | [Full Changelog](https://github.com/bunq/sdk_java/compare/1.0.0...1.0.1)
|
56 | 106 |
|
57 | 107 | **Closed issues:**
|
|
63 | 113 | - Exclude examples and test files from build. \(bunq/sdk\_java\#109\) [\#110](https://github.com/bunq/sdk_java/pull/110) ([OGKevin](https://github.com/OGKevin))
|
64 | 114 |
|
65 | 115 | ## [1.0.0](https://github.com/bunq/sdk_java/tree/1.0.0) (2018-07-24)
|
| 116 | + |
66 | 117 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.1...1.0.0)
|
67 | 118 |
|
68 | 119 | **Implemented enhancements:**
|
|
111 | 162 | - Replace examples with tinker bunq/sdk\_java\#66 [\#82](https://github.com/bunq/sdk_java/pull/82) ([OGKevin](https://github.com/OGKevin))
|
112 | 163 |
|
113 | 164 | ## [0.13.1](https://github.com/bunq/sdk_java/tree/0.13.1) (2018-05-30)
|
| 165 | + |
114 | 166 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.13.0...0.13.1)
|
115 | 167 |
|
116 | 168 | **Closed issues:**
|
117 | 169 |
|
118 | 170 | - Android issue: HttpClient was deprecated in API Level 22 and removed in API Level 23 [\#69](https://github.com/bunq/sdk_java/issues/69)
|
119 | 171 |
|
120 | 172 | ## [0.13.0](https://github.com/bunq/sdk_java/tree/0.13.0) (2018-03-20)
|
| 173 | + |
121 | 174 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.4...0.13.0)
|
122 | 175 |
|
123 | 176 | **Implemented enhancements:**
|
|
156 | 209 | - Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin))
|
157 | 210 |
|
158 | 211 | ## [0.12.4](https://github.com/bunq/sdk_java/tree/0.12.4) (2017-12-21)
|
| 212 | + |
159 | 213 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.3...0.12.4)
|
160 | 214 |
|
161 | 215 | **Implemented enhancements:**
|
|
169 | 223 | - Removed guava as dependency. \(bunq/sdk\_java\#41\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin))
|
170 | 224 | - Generated CHANGELOG.md :clap:. \(bunq/sdk\_java\#38\) [\#39](https://github.com/bunq/sdk_java/pull/39) ([OGKevin](https://github.com/OGKevin))
|
171 | 225 |
|
172 |
| -**Fixed bugs:** |
173 |
| - |
174 |
| -- Remove guava [\#41](https://github.com/bunq/sdk_java/issues/41) |
175 |
| -- Removed guava as dependency. \\(bunq/sdk\\_java\\#41\\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin)) |
176 |
| - |
177 | 226 | **Merged pull requests:**
|
178 | 227 |
|
179 | 228 | - 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))
|
180 | 229 | - Feature/improve decoder bunq/sdk java\#35 [\#52](https://github.com/bunq/sdk_java/pull/52) ([OGKevin](https://github.com/OGKevin))
|
181 | 230 |
|
182 | 231 | ## [0.12.3](https://github.com/bunq/sdk_java/tree/0.12.3) (2017-11-15)
|
| 232 | + |
183 | 233 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.2...0.12.3)
|
184 | 234 |
|
185 | 235 | **Implemented enhancements:**
|
|
192 | 242 | - ScheduledPayment causes decode error due to Typo [\#37](https://github.com/bunq/sdk_java/issues/37)
|
193 | 243 |
|
194 | 244 | ## [0.12.2](https://github.com/bunq/sdk_java/tree/0.12.2) (2017-11-08)
|
| 245 | + |
195 | 246 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.0...0.12.2)
|
196 | 247 |
|
197 | 248 | **Implemented enhancements:**
|
|
212 | 263 | - Feature/add missing cvc fields \#30 [\#31](https://github.com/bunq/sdk_java/pull/31) ([OGKevin](https://github.com/OGKevin))
|
213 | 264 |
|
214 | 265 | ## [0.12.0](https://github.com/bunq/sdk_java/tree/0.12.0) (2017-10-11)
|
| 266 | + |
215 | 267 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.11.0...0.12.0)
|
216 | 268 |
|
217 | 269 | **Implemented enhancements:**
|
|
232 | 284 | - Fix namespaces; cleanup tests; kill formatting of generated files \[\#19\] [\#20](https://github.com/bunq/sdk_java/pull/20) ([dnl-blkv](https://github.com/dnl-blkv))
|
233 | 285 |
|
234 | 286 | ## [0.11.0](https://github.com/bunq/sdk_java/tree/0.11.0) (2017-09-06)
|
| 287 | + |
235 | 288 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.10.0...0.11.0)
|
236 | 289 |
|
237 | 290 | **Implemented enhancements:**
|
|
244 | 297 | - Add pagination; cleanup; add missing endpoints and fields \[\#4\] [\#13](https://github.com/bunq/sdk_java/pull/13) ([dnl-blkv](https://github.com/dnl-blkv))
|
245 | 298 |
|
246 | 299 | ## [0.10.0](https://github.com/bunq/sdk_java/tree/0.10.0) (2017-08-23)
|
| 300 | + |
247 | 301 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.9.1...0.10.0)
|
248 | 302 |
|
249 | 303 | **Implemented enhancements:**
|
|
259 | 313 | - Fix Jitpack build, add misssing fields, fix field types in generated \[\#6\] [\#8](https://github.com/bunq/sdk_java/pull/8) ([dnl-blkv](https://github.com/dnl-blkv))
|
260 | 314 |
|
261 | 315 | ## [0.9.1](https://github.com/bunq/sdk_java/tree/0.9.1) (2017-08-08)
|
| 316 | + |
| 317 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/4af657908350df7604272a77d5d2eb9ad9187422...0.9.1) |
| 318 | + |
262 | 319 | **Implemented enhancements:**
|
263 | 320 |
|
264 | 321 | - Added tests readme [\#3](https://github.com/bunq/sdk_java/pull/3) ([OGKevin](https://github.com/OGKevin))
|
265 | 322 | - Add first series of unit-tests [\#1](https://github.com/bunq/sdk_java/pull/1) ([OGKevin](https://github.com/OGKevin))
|
266 | 323 |
|
267 | 324 |
|
268 | 325 |
|
269 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 326 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments