Skip to content

Release 1.16.0 #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0] - 2025-02-03
### Added
- Add support for JSON API calls with new method `callApiJson`.

Expand Down Expand Up @@ -218,7 +218,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.15.0...HEAD
[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
[1.13.0]: https://github.com/zaproxy/zap-api-java/compare/v1.12.0...v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0`
* Version: `1.16.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).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects {

group = "org.zaproxy"

version = "1.16.0-SNAPSHOT"
version = "1.16.0"
extra["versionBC"] = "1.15.0"

java {
Expand Down