Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare next dev iteration(s) #4965

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addOns/automation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.

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

## Unreleased


## [0.32.0] - 2023-10-04
### Fixed
- Correct output of array values set to the jobs.
Expand Down
4 changes: 2 additions & 2 deletions addOns/automation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.32.0
release=true
version=0.33.0
release=false
3 changes: 3 additions & 0 deletions addOns/fuzz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.

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

## Unreleased


## [13.11.0] - 2023-10-04
### Changed
- Maintenance changes.
Expand Down
4 changes: 2 additions & 2 deletions addOns/fuzz/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=13.11.0
release=true
version=13.12.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2015
3 changes: 3 additions & 0 deletions addOns/postman/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.

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

## Unreleased


## [0.1.0] - 2023-10-04
### Added
- Support collection JSON variables.
Expand Down
4 changes: 2 additions & 2 deletions addOns/postman/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.1.0
release=true
version=0.2.0
release=false
3 changes: 3 additions & 0 deletions addOns/quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.

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

## Unreleased


## [42] - 2023-10-04
### Changed
- ZAPit: carry on even if non success code returned.
Expand Down
4 changes: 2 additions & 2 deletions addOns/quickstart/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=42
release=true
version=43
release=false
3 changes: 3 additions & 0 deletions addOns/reports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.

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

## Unreleased


## [0.25.0] - 2023-10-04
### Changed
- Depend on newer versions of Automation Framework and Common Library add-ons (Related to Issue 7961).
Expand Down
4 changes: 2 additions & 2 deletions addOns/reports/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.25.0
release=true
version=0.26.0
release=false
3 changes: 3 additions & 0 deletions addOns/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.

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

## Unreleased


## [41] - 2023-10-04
### Added
- Allow selecting a default behaviour when a script in the console changes on disk (Issues 5463, 7582). The allowed
Expand Down
4 changes: 2 additions & 2 deletions addOns/scripts/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=41
release=true
version=42
release=false