Skip to content

Commit cf88738

Browse files
authored
Merge pull request #103 from thc202/bump-version
Prepare next dev iteration
2 parents b72886f + 156016b commit cf88738

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.11.0] - 2022-11-01
810
### Added
911
- Add the APIs of the following add-ons:
@@ -162,6 +164,7 @@ of the alert (zaproxy/zaproxy#1341), older methods were deprecated.
162164
- First version as "stand alone library", it was migrated from the [zaproxy repository](https://github.com/zaproxy/zaproxy)
163165
and released to Maven Central.
164166

167+
[Unreleased]: https://github.com/zaproxy/zap-api-java/compare/v1.11.0...HEAD
165168
[1.11.0]: https://github.com/zaproxy/zap-api-java/compare/v1.10.0...v1.11.0
166169
[1.10.0]: https://github.com/zaproxy/zap-api-java/compare/v1.9.0...v1.10.0
167170
[1.9.0]: https://github.com/zaproxy/zap-api-java/compare/v1.8.0...v1.9.0

build.gradle

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.11.0'
16-
ext.versionBC = '1.10.0'
15+
version '1.12.0-SNAPSHOT'
16+
ext.versionBC = '1.11.0'
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)