Skip to content

Commit 092f824

Browse files
committed
Release 1.8.0
Update version, readme, and changelog for new release. Update readme to link to the site and replace outdated information. Signed-off-by: thc202 <[email protected]>
1 parent 0dbf788 commit 092f824

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.8.0] - 2020-01-23
88
### Added
9-
- Core APIs from ZAP version 2.8.0.
9+
- Core APIs.
1010
- APIs from add-ons:
1111
- Access Control Testing;
1212
- Export Report;
@@ -115,7 +115,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
115115
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
116116
and released to Maven Central.
117117

118-
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.7.0...HEAD
118+
[1.8.0]: https://github.com/zaproxy/zap-api-java/compare/v1.7.0...v1.8.0
119119
[1.7.0]: https://github.com/zaproxy/zap-api-java/compare/v1.6.0...v1.7.0
120120
[1.6.0]: https://github.com/zaproxy/zap-api-java/compare/v1.5.0...v1.6.0
121121
[1.5.0]: https://github.com/zaproxy/zap-api-java/compare/v1.4.0...v1.5.0

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Build Status](https://api.travis-ci.com/zaproxy/zap-api-java.svg?branch=develop)](https://travis-ci.com/zaproxy/zap-api-java)
66
[![Known Vulnerabilities](https://snyk.io/test/github/zaproxy/zap-api-java/badge.svg)](https://snyk.io/test/github/zaproxy/zap-api-java)
77

8-
The Java implementation to access the [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails). For more information
8+
The Java implementation to access the [OWASP ZAP API](https://www.zaproxy.org/docs/api/). For more information
99
about OWASP ZAP consult the (main) [OWASP ZAP project](https://github.com/zaproxy/zaproxy/).
1010

1111
This project produces two libraries:
@@ -22,15 +22,16 @@ 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.7.0`
25+
* Version: `1.8.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

2929
## Getting Help
3030

3131
For help using OWASP ZAP API refer to:
3232
* [Examples](subprojects/zap-clientapi/src/examples/java/org/zaproxy/clientapi/examples) - collection of examples using the library;
33-
* [The help section](https://github.com/zaproxy/zaproxy/blob/develop/README.md#for-help-using-zap) of the main ZAP repo;
33+
* [API Documentation](https://www.zaproxy.org/docs/api/)
34+
* [OWASP ZAP User Group](https://groups.google.com/group/zaproxy-users) - for asking questions
3435

3536
## Issues
3637

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.8.0-SNAPSHOT'
23+
version '1.8.0'
2424
ext.versionBC = '1.7.0'
2525

2626
repositories {

0 commit comments

Comments
 (0)