From 39f64cf7625dc76a9a718f2ed17d63cdccbb178c Mon Sep 17 00:00:00 2001 From: Roman Proshin Date: Sun, 26 May 2019 22:07:35 +0200 Subject: [PATCH] #215: release v0.1.71 (#216) --- CHANGELOG.md | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786d2a8..71e81ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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.71] - 2019-05-26 +### Added - [#210](https://github.com/proshin-roman/finapi-java-client/issues/210) - The library now supports finAPI v1.71.0 ## [0.1.70] - 2019-05-08 @@ -105,7 +108,8 @@ dependencies issue ### Added - [#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.70...HEAD +[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.71...HEAD +[0.1.71]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.71 [0.1.70]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.70 [0.1.69]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.69 [0.1.68]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.68 diff --git a/pom.xml b/pom.xml index 07eba50..46cbba1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.proshin finapi-java-client - 0.1.71-SNAPSHOT + 0.1.71 jar finAPI Java client