Skip to content

Commit c91e1aa

Browse files
authored
Merge pull request #81 from thc202/bump-version
Prepare next development iteration
2 parents da238cf + eee9553 commit c91e1aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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]
8+
79
## [0.12.0] - 2024-12-04
810
### Changed
911
- The minimum Java version required is now Java 17.
@@ -239,6 +241,7 @@ Provided by the plugin:
239241
with a `ZapVersions.xml` from an add-on.
240242

241243

244+
[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.12.0...HEAD
242245
[0.12.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.0...v0.12.0
243246
[0.11.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...v0.11.0
244247
[0.10.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.9.0...v0.10.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "org.zaproxy.gradle"
10-
version = "0.12.0"
10+
version = "0.13.0-SNAPSHOT"
1111

1212
dependencies {
1313
implementation("commons-codec:commons-codec:1.17.1")

0 commit comments

Comments
 (0)