Skip to content

Commit b9f7005

Browse files
committed
Release 1.7.0
Update version, readme, and changelog for new release. Signed-off-by: thc202 <[email protected]>
1 parent e668c90 commit b9f7005

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.7.0] - 2019-06-13
88
### Added
99
- Add API for SOAP Scanner add-on, version 3.
1010

@@ -99,7 +99,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
9999
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
100100
and released to Maven Central.
101101

102-
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.6.0...HEAD
102+
[1.7.0]: https://github.com/zaproxy/zap-api-java/compare/v1.6.0...v1.7.0
103103
[1.6.0]: https://github.com/zaproxy/zap-api-java/compare/v1.5.0...v1.6.0
104104
[1.5.0]: https://github.com/zaproxy/zap-api-java/compare/v1.4.0...v1.5.0
105105
[1.4.0]: https://github.com/zaproxy/zap-api-java/compare/v1.3.0...v1.4.0

README.md

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

2323
* GroupId: `org.zaproxy`
2424
* ArtifactId: `zap-clientapi`
25-
* Version: `1.6.0`
25+
* Version: `1.7.0`
2626

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

build.gradle

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

2121
group = 'org.zaproxy'
2222

23-
version '1.7.0-SNAPSHOT'
23+
version '1.7.0'
2424
ext.versionBC = '1.6.0'
2525

2626
repositories {

0 commit comments

Comments
 (0)