From ebceb865b5f813dff7786773a1fb518edb1252eb Mon Sep 17 00:00:00 2001 From: Roman Proshin Date: Sun, 26 May 2019 22:23:05 +0200 Subject: [PATCH] #219: Release v0.1.72 (#221) --- CHANGELOG.md | 5 ++++- pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e82014b..d61c667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.72] - 2019-05-26 ### Added - [#218](https://github.com/proshin-roman/finapi-java-client/issues/218) - The library now supports finAPI v1.72.0 @@ -110,7 +112,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.71...HEAD +[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.72...HEAD +[0.1.72]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.72 [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 diff --git a/pom.xml b/pom.xml index 9161f8f..89425df 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.proshin finapi-java-client - 0.1.72-SNAPSHOT + 0.1.72 jar finAPI Java client