From eb6bab60092fe84623b1d33ad277ea34ec059ba9 Mon Sep 17 00:00:00 2001 From: Roman Proshin Date: Wed, 23 Jan 2019 21:25:10 +0300 Subject: [PATCH] #112 Release v0.1.60 --- CHANGELOG.md | 19 +++++++++++++------ pom.xml | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2afac4..0b35a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.60] - 2019-01-23 ### Added -- [94](https://github.com/proshin-roman/finapi-java-client/issues/94) - The library now supports finAPI v1.60.0 -- [104](https://github.com/proshin-roman/finapi-java-client/issues/104) - The repo now contains a history of changes +- [#94](https://github.com/proshin-roman/finapi-java-client/issues/94) - The library now supports finAPI v1.60.0 +- [#104](https://github.com/proshin-roman/finapi-java-client/issues/104) - The repo now contains a history of changes ### Fixed -- [100](https://github.com/proshin-roman/finapi-java-client/issues/100) - Parameter `userId` is not sent for a method +- [#100](https://github.com/proshin-roman/finapi-java-client/issues/100) - Parameter `userId` is not sent for a method "Users / Get a user's verification status" -- [36](https://github.com/proshin-roman/finapi-java-client/issues/36) - Method `next` of `IterableJsonArray` doesn't +- [#36](https://github.com/proshin-roman/finapi-java-client/issues/36) - Method `next` of `IterableJsonArray` doesn't throw `NoSuchElementException` +- [#43](https://github.com/proshin-roman/finapi-java-client/issues/43), +[#69](https://github.com/proshin-roman/finapi-java-client/issues/69) - Improved test coverage +[#98](https://github.com/proshin-roman/finapi-java-client/issues/98) - Maven release plugin doesn't work due to +dependencies issue ## [0.1.59] - 2019-01-08 ### Added -- [73](https://github.com/proshin-roman/finapi-java-client/issues/73) - The library now supports finAPI v1.59.0 +- [#73](https://github.com/proshin-roman/finapi-java-client/issues/73) - The library now supports finAPI v1.59.0 -[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.59...HEAD +[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.60...HEAD +[0.1.60]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.60 [0.1.59]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.59 diff --git a/pom.xml b/pom.xml index 68576da..49285e0 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.proshin finapi-java-client - 0.1.60-SNAPSHOT + 0.1.60 jar finAPI Java client