diff --git a/CHANGELOG.md b/CHANGELOG.md index 8043e70..8298207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.17.0] - 2025-12-15 ### Added - Add the APIs of the following add-ons: - Client Side Integration version 0.20.0; @@ -232,7 +232,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated. - First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy) and released to Maven Central. -[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.16.0...HEAD +[1.17.0]: https://github.com/zaproxy/zap-api-java/compare/v1.16.0...v1.17.0 [1.16.0]: https://github.com/zaproxy/zap-api-java/compare/v1.15.0...v1.16.0 [1.15.0]: https://github.com/zaproxy/zap-api-java/compare/v1.14.0...v1.15.0 [1.14.0]: https://github.com/zaproxy/zap-api-java/compare/v1.13.0...v1.14.0 diff --git a/README.md b/README.md index 9d6a99c..aaa2c7a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ can be obtained from [Maven Central](https://search.maven.org/) with following c * GroupId: `org.zaproxy` * ArtifactId: `zap-clientapi` - * Version: `1.16.0` + * Version: `1.17.0` 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). diff --git a/build.gradle.kts b/build.gradle.kts index c098cc1..3bf93eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ subprojects { group = "org.zaproxy" - version = "1.17.0-SNAPSHOT" + version = "1.17.0" extra["versionBC"] = "1.16.0" java {