Skip to content

Commit 942b206

Browse files
authored
Merge pull request #6943 from zapbot/bump-version
Prepare next dev iteration(s)
2 parents e783744 + 6794dcc commit 942b206

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

addOns/callhome/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## Unreleased
7+
8+
69
## [0.19.0] - 2025-11-25
710
### Changed
811
- Include the exceptions's file/line in logger statistics.

addOns/callhome/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=0.19.0
2-
release=true
1+
version=0.20.0
2+
release=false

addOns/network/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this add-on 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+
9+
710
## [0.24.0] - 2025-11-25
811
### Added
912
- Use UTF-8 charset for `application/json` when none specified on newer ZAP versions (Issue 6656).

addOns/network/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.24.0
2-
release=true
1+
version=0.25.0
2+
release=false
33
zap.maven.publish=true
44
zap.maven.pom.inceptionyear=2021

0 commit comments

Comments
 (0)