Skip to content

Commit

Permalink
Merge pull request #77 from thc202/bump-version
Browse files Browse the repository at this point in the history
Prepare next development iteration
  • Loading branch information
thc202 committed Jun 17, 2024
2 parents 78df8cd + 3187b38 commit da5b4e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.
Expand Down Expand Up @@ -234,6 +236,7 @@ Provided by the plugin:
with a `ZapVersions.xml` from an add-on.


[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.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
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"
version = "0.12.0-SNAPSHOT"

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

0 comments on commit da5b4e9

Please sign in to comment.