Skip to content

Commit

Permalink
Merge pull request #81 from thc202/bump-version
Browse files Browse the repository at this point in the history
Prepare next development iteration
  • Loading branch information
thc202 authored Dec 4, 2024
2 parents da238cf + eee9553 commit c91e1aa
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.12.0] - 2024-12-04
### Changed
- The minimum Java version required is now Java 17.
Expand Down Expand Up @@ -239,6 +241,7 @@ Provided by the plugin:
with a `ZapVersions.xml` from an add-on.


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

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

0 comments on commit c91e1aa

Please sign in to comment.