Skip to content

Commit f14cb91

Browse files
committed
prepare 0.17.0
1 parent 3a9d879 commit f14cb91

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# ARI4Java Changelog
22

33
## [Unreleased]
4-
[Unreleased]: https://github.com/ari4java/ari4java/compare/v0.16.0...HEAD
4+
[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`
511

612
## [0.16.0]
713
[0.16.0]: https://github.com/ari4java/ari4java/compare/v0.15.0...v0.16.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.github.ari4java"
11-
version = "0.16.0"
11+
version = "0.17.0"
1212

1313
def projectUrl = "http://github.com/ari4java/ari4java"
1414
def build_number = "x"

0 commit comments

Comments
 (0)