Skip to content

Commit b3c90ca

Browse files
committed
Release 1.10.0
Update version, readme, and changelog for new release. Signed-off-by: thc202 <thc202@gmail.com>
1 parent cc7c4d7 commit b3c90ca

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.10.0] - 2021-10-11
88
### Added
99
- Add the APIs of the following add-ons:
1010
- Automation Framework version 0.7.0;
@@ -139,7 +139,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
139139
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
140140
and released to Maven Central.
141141

142-
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.9.0...HEAD
142+
[1.10.0]: https://github.com/zaproxy/zap-api-java/compare/v1.9.0...v1.10.0
143143
[1.9.0]: https://github.com/zaproxy/zap-api-java/compare/v1.8.0...v1.9.0
144144
[1.8.0]: https://github.com/zaproxy/zap-api-java/compare/v1.7.0...v1.8.0
145145
[1.7.0]: https://github.com/zaproxy/zap-api-java/compare/v1.6.0...v1.7.0

README.md

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

2222
* GroupId: `org.zaproxy`
2323
* ArtifactId: `zap-clientapi`
24-
* Version: `1.9.0`
24+
* Version: `1.10.0`
2525

2626
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).
2727

build.gradle

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

1313
group = 'org.zaproxy'
1414

15-
version '1.10.0-SNAPSHOT'
15+
version '1.10.0'
1616
ext.versionBC = '1.9.0'
1717

1818
repositories {

0 commit comments

Comments
 (0)