Skip to content

Commit

Permalink
Merge pull request #5914 from zapbot/bump-version
Browse files Browse the repository at this point in the history
Prepare next dev iteration(s)
  • Loading branch information
thc202 authored Nov 13, 2024
2 parents c60e4e9 + 7c64a33 commit 67714db
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 deletions.
3 changes: 3 additions & 0 deletions addOns/dev/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.8.0] - 2024-11-13
### Changed
- Sequence performance test to make it actually possible to test it using automation.
Expand Down
4 changes: 2 additions & 2 deletions addOns/dev/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.0
release=true
version=0.9.0
release=false
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdriverlinux/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


## [114] - 2024-11-13
### Changed
- Update ChromeDriver to 131.0.6778.69.
Expand Down
4 changes: 2 additions & 2 deletions addOns/webdrivers/webdriverlinux/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=114
release=true
version=115
release=false
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdrivermacos/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


## [114] - 2024-11-13
### Changed
- Update ChromeDriver to 131.0.6778.69.
Expand Down
4 changes: 2 additions & 2 deletions addOns/webdrivers/webdrivermacos/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=114
release=true
version=115
release=false
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdriverwindows/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


## [114] - 2024-11-13
### Changed
- Update ChromeDriver to 131.0.6778.69.
Expand Down
4 changes: 2 additions & 2 deletions addOns/webdrivers/webdriverwindows/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=114
release=true
version=115
release=false

0 comments on commit 67714db

Please sign in to comment.