Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
#215: release v0.1.71 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
proshin-roman committed May 26, 2019
1 parent 9625a23 commit 39f64cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.proshin</groupId>
<artifactId>finapi-java-client</artifactId>
<version>0.1.71-SNAPSHOT</version>
<version>0.1.71</version>
<packaging>jar</packaging>

<name>finAPI Java client</name>
Expand Down

0 comments on commit 39f64cf

Please sign in to comment.