Skip to content

Commit 5637f04

Browse files
authored
Merge pull request #142 from thc202/release/1.17.0
Release 1.17.0
2 parents 1a74db6 + 1533f6a commit 5637f04

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.17.0] - 2025-12-15
88
### Added
99
- Add the APIs of the following add-ons:
1010
- Client Side Integration version 0.20.0;
@@ -232,7 +232,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
232232
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
233233
and released to Maven Central.
234234

235-
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.16.0...HEAD
235+
[1.17.0]: https://github.com/zaproxy/zap-api-java/compare/v1.16.0...v1.17.0
236236
[1.16.0]: https://github.com/zaproxy/zap-api-java/compare/v1.15.0...v1.16.0
237237
[1.15.0]: https://github.com/zaproxy/zap-api-java/compare/v1.14.0...v1.15.0
238238
[1.14.0]: https://github.com/zaproxy/zap-api-java/compare/v1.13.0...v1.14.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.16.0`
20+
* Version: `1.17.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.17.0-SNAPSHOT"
17+
version = "1.17.0"
1818
extra["versionBC"] = "1.16.0"
1919

2020
java {

0 commit comments

Comments
 (0)