Skip to content

Commit 0506e34

Browse files
authored
Merge pull request zaproxy#119 from thc202/bump-version
2 parents 448d03f + 0f2949a commit 0506e34

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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
## [1.14.0] - 2024-05-13
810
### Changed
911
- Update core APIs for 2.15.
@@ -197,6 +199,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
197199
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
198200
and released to Maven Central.
199201

202+
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.14.0...HEAD
200203
[1.14.0]: https://github.com/zaproxy/zap-api-java/compare/v1.13.0...v1.14.0
201204
[1.13.0]: https://github.com/zaproxy/zap-api-java/compare/v1.12.0...v1.13.0
202205
[1.12.0]: https://github.com/zaproxy/zap-api-java/compare/v1.11.0...v1.12.0

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ subprojects {
1414

1515
group = "org.zaproxy"
1616

17-
version = "1.14.0"
18-
extra["versionBC"] = "1.13.0"
17+
version = "1.15.0-SNAPSHOT"
18+
extra["versionBC"] = "1.14.0"
1919

2020
java {
2121
val javaVersion = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)