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

Commit 39f64cf

Browse files
#215: release v0.1.71 (#216)
1 parent 9625a23 commit 39f64cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.71] - 2019-05-26
10+
### Added
811
- [#210](https://github.com/proshin-roman/finapi-java-client/issues/210) - The library now supports finAPI v1.71.0
912

1013
## [0.1.70] - 2019-05-08
@@ -105,7 +108,8 @@ dependencies issue
105108
### Added
106109
- [#73](https://github.com/proshin-roman/finapi-java-client/issues/73) - The library now supports finAPI v1.59.0
107110

108-
[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.70...HEAD
111+
[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.71...HEAD
112+
[0.1.71]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.71
109113
[0.1.70]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.70
110114
[0.1.69]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.69
111115
[0.1.68]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.68

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.proshin</groupId>
2323
<artifactId>finapi-java-client</artifactId>
24-
<version>0.1.71-SNAPSHOT</version>
24+
<version>0.1.71</version>
2525
<packaging>jar</packaging>
2626

2727
<name>finAPI Java client</name>

0 commit comments

Comments
 (0)