Skip to content

Commit 89fbc21

Browse files
authored
Merge pull request #115 from thc202/release/1.13.0
2 parents 4f1675b + 7bacbda commit 89fbc21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
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.13.0] - 2023-11-21
88
### Added
99
- Add the APIs of the following add-on:
1010
- Custom Payloads version 0.13.0.
@@ -193,7 +193,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
193193
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
194194
and released to Maven Central.
195195

196-
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.12.0...HEAD
196+
[1.13.0]: https://github.com/zaproxy/zap-api-java/compare/v1.12.0...v1.13.0
197197
[1.12.0]: https://github.com/zaproxy/zap-api-java/compare/v1.11.0...v1.12.0
198198
[1.11.0]: https://github.com/zaproxy/zap-api-java/compare/v1.10.0...v1.11.0
199199
[1.10.0]: https://github.com/zaproxy/zap-api-java/compare/v1.9.0...v1.10.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ can be obtained from [Maven Central](https://search.maven.org/) with following c
1818

1919
* GroupId: `org.zaproxy`
2020
* ArtifactId: `zap-clientapi`
21-
* Version: `1.12.0`
21+
* Version: `1.13.0`
2222

2323
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).
2424

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subprojects {
1212

1313
group = "org.zaproxy"
1414

15-
version = "1.13.0-SNAPSHOT"
15+
version = "1.13.0"
1616
extra["versionBC"] = "1.12.0"
1717

1818
repositories {

0 commit comments

Comments
 (0)