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

Commit ebceb86

Browse files
#219: Release v0.1.72 (#221)
1 parent 1e14e05 commit ebceb86

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.72] - 2019-05-26
810
### Added
911
- [#218](https://github.com/proshin-roman/finapi-java-client/issues/218) - The library now supports finAPI v1.72.0
1012

@@ -110,7 +112,8 @@ dependencies issue
110112
### Added
111113
- [#73](https://github.com/proshin-roman/finapi-java-client/issues/73) - The library now supports finAPI v1.59.0
112114

113-
[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.71...HEAD
115+
[Unreleased]: https://github.com/proshin-roman/finapi-java-client/compare/v0.1.72...HEAD
116+
[0.1.72]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.72
114117
[0.1.71]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.71
115118
[0.1.70]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.70
116119
[0.1.69]: https://github.com/proshin-roman/finapi-java-client/releases/tag/v0.1.69

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.72-SNAPSHOT</version>
24+
<version>0.1.72</version>
2525
<packaging>jar</packaging>
2626

2727
<name>finAPI Java client</name>

0 commit comments

Comments
 (0)