Skip to content

Commit 28906fa

Browse files
committed
Prepare next dev iteration
Update version and changelog. Signed-off-by: thc202 <[email protected]>
1 parent 6dfd16e commit 28906fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [Unreleased]
8+
79
## [1.16.0] - 2025-02-03
810
### Added
911
- Add support for JSON API calls with new method `callApiJson`.
@@ -218,6 +220,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
218220
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
219221
and released to Maven Central.
220222

223+
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.16.0...HEAD
221224
[1.16.0]: https://github.com/zaproxy/zap-api-java/compare/v1.15.0...v1.16.0
222225
[1.15.0]: https://github.com/zaproxy/zap-api-java/compare/v1.14.0...v1.15.0
223226
[1.14.0]: https://github.com/zaproxy/zap-api-java/compare/v1.13.0...v1.14.0

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ subprojects {
1414

1515
group = "org.zaproxy"
1616

17-
version = "1.16.0"
18-
extra["versionBC"] = "1.15.0"
17+
version = "1.17.0-SNAPSHOT"
18+
extra["versionBC"] = "1.16.0"
1919

2020
java {
2121
val javaVersion = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)