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

Commit

Permalink
Fix #146: Release v0.1.65 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
proshin-roman committed Feb 16, 2019
1 parent 98eefec commit f0e9181
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.65] - 2019-02-16
### Added
- [#145](https://github.com/proshin-roman/finapi-java-client/issues/145) - The library now supports finAPI v1.65.0

## [0.1.64] - 2019-02-16
### Added
- [#130](https://github.com/proshin-roman/finapi-java-client/issues/130) - The library now supports finAPI v1.64.0
Expand Down Expand Up @@ -52,7 +56,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.64...HEAD
[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.65...HEAD
[0.1.65]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.65
[0.1.64]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.64
[0.1.63]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.63
[0.1.62]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.62
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.65-SNAPSHOT</version>
<version>0.1.65</version>
<packaging>jar</packaging>

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

0 comments on commit f0e9181

Please sign in to comment.