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

Commit

Permalink
#112 Release v0.1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
proshin-roman committed Jan 23, 2019
1 parent 274bc2e commit eb6bab6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.60-SNAPSHOT</version>
<version>0.1.60</version>
<packaging>jar</packaging>

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

0 comments on commit eb6bab6

Please sign in to comment.