Skip to content

Commit 17d1d5e

Browse files
committed
Release 1.16.0
Update version, readme, and changelog for new release. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 3eda537 commit 17d1d5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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]
7+
## [1.16.0] - 2025-02-03
88
### Added
99
- Add support for JSON API calls with new method `callApiJson`.
1010

@@ -218,7 +218,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
218218
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
219219
and released to Maven Central.
220220

221-
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.15.0...HEAD
221+
[1.16.0]: https://github.com/zaproxy/zap-api-java/compare/v1.15.0...v1.16.0
222222
[1.15.0]: https://github.com/zaproxy/zap-api-java/compare/v1.14.0...v1.15.0
223223
[1.14.0]: https://github.com/zaproxy/zap-api-java/compare/v1.13.0...v1.14.0
224224
[1.13.0]: https://github.com/zaproxy/zap-api-java/compare/v1.12.0...v1.13.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ can be obtained from [Maven Central](https://search.maven.org/) with following c
1717

1818
* GroupId: `org.zaproxy`
1919
* ArtifactId: `zap-clientapi`
20-
* Version: `1.15.0`
20+
* Version: `1.16.0`
2121

2222
Previous releases are also available, more details can be found in [Maven Central](https://search.maven.org/search?q=g:org.zaproxy%20AND%20a:zap-clientapi&core=gav).
2323

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subprojects {
1414

1515
group = "org.zaproxy"
1616

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

2020
java {

0 commit comments

Comments
 (0)