Skip to content

Commit

Permalink
Merge pull request #73 from thc202/bump-version
Browse files Browse the repository at this point in the history
Prepare next development iteration
  • Loading branch information
kingthorin committed Dec 1, 2023
2 parents 57aa8f6 + 0050d1f commit 3d993c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.10.0] - 2023-12-01
### Changed
- Recommended minimum Gradle version is now 8.5.
Expand Down Expand Up @@ -226,6 +229,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.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.10.0"
version = "0.11.0-SNAPSHOT"

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

0 comments on commit 3d993c6

Please sign in to comment.