Skip to content

Commit c6a5fc7

Browse files
authored
Merge pull request zaproxy#116 from thc202/bump-version
Prepare next dev iteration
2 parents 89fbc21 + 944269d commit c6a5fc7

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.13.0] - 2023-11-21
810
### Added
911
- Add the APIs of the following add-on:
@@ -193,6 +195,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
193195
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
194196
and released to Maven Central.
195197

198+
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.13.0...HEAD
196199
[1.13.0]: https://github.com/zaproxy/zap-api-java/compare/v1.12.0...v1.13.0
197200
[1.12.0]: https://github.com/zaproxy/zap-api-java/compare/v1.11.0...v1.12.0
198201
[1.11.0]: https://github.com/zaproxy/zap-api-java/compare/v1.10.0...v1.11.0

build.gradle.kts

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

1313
group = "org.zaproxy"
1414

15-
version = "1.13.0"
16-
extra["versionBC"] = "1.12.0"
15+
version = "1.14.0-SNAPSHOT"
16+
extra["versionBC"] = "1.13.0"
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)