Skip to content

Commit

Permalink
Merge pull request #97 from thc202/release-1.10.0
Browse files Browse the repository at this point in the history
Release 1.10.0
  • Loading branch information
psiinon authored Oct 11, 2021
2 parents cc7c4d7 + b3c90ca commit d5183d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.10.0] - 2021-10-11
### Added
- Add the APIs of the following add-ons:
- Automation Framework version 0.7.0;
Expand Down Expand Up @@ -139,7 +139,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.9.0...HEAD
[1.10.0]: https://github.com/zaproxy/zap-api-java/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/zaproxy/zap-api-java/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/zaproxy/zap-api-java/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/zaproxy/zap-api-java/compare/v1.6.0...v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ can be obtained from [Maven Central](https://search.maven.org/) with following c

* GroupId: `org.zaproxy`
* ArtifactId: `zap-clientapi`
* Version: `1.9.0`
* Version: `1.10.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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {

group = 'org.zaproxy'

version '1.10.0-SNAPSHOT'
version '1.10.0'
ext.versionBC = '1.9.0'

repositories {
Expand Down

0 comments on commit d5183d2

Please sign in to comment.