Skip to content

Commit

Permalink
Merge pull request #76 from thc202/release/0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin committed Jun 17, 2024
2 parents f7cd91c + 3f1c140 commit 78df8cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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]
## [0.11.0] - 2024-06-17
### Changed
- Recommended minimum Gradle version is now 8.8.
- Update ZAP API client to version 1.14.0.
Expand Down Expand Up @@ -234,7 +234,7 @@ Provided by the plugin:
with a `ZapVersions.xml` from an add-on.


[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...HEAD
[0.11.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "org.zaproxy.gradle"
version = "0.11.0-SNAPSHOT"
version = "0.11.0"

dependencies {
implementation("commons-codec:commons-codec:1.15")
Expand Down

0 comments on commit 78df8cd

Please sign in to comment.