We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9d879 commit f14cb91Copy full SHA for f14cb91
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# ARI4Java Changelog
2
3
## [Unreleased]
4
-[Unreleased]: https://github.com/ari4java/ari4java/compare/v0.16.0...HEAD
+[Unreleased]: https://github.com/ari4java/ari4java/compare/v0.17.0...HEAD
5
+
6
+## [0.17.0]
7
+[0.17.0]: https://github.com/ari4java/ari4java/compare/v0.16.0...v0.17.0
8
+### Added
9
+- `AriVersion.ARI_8_0_0`
10
+- `AriVersion.ARI_9_0_0`
11
12
## [0.16.0]
13
[0.16.0]: https://github.com/ari4java/ari4java/compare/v0.15.0...v0.16.0
build.gradle
@@ -8,7 +8,7 @@ plugins {
}
group = "io.github.ari4java"
-version = "0.16.0"
+version = "0.17.0"
def projectUrl = "http://github.com/ari4java/ari4java"
14
def build_number = "x"
0 commit comments