diff --git a/addOns/dev/CHANGELOG.md b/addOns/dev/CHANGELOG.md index 0123ad9da6..76aea7da1e 100644 --- a/addOns/dev/CHANGELOG.md +++ b/addOns/dev/CHANGELOG.md @@ -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. diff --git a/addOns/dev/gradle.properties b/addOns/dev/gradle.properties index e5365b16e1..a02fa1c120 100644 --- a/addOns/dev/gradle.properties +++ b/addOns/dev/gradle.properties @@ -1,2 +1,2 @@ -version=0.8.0 -release=true +version=0.9.0 +release=false diff --git a/addOns/webdrivers/webdriverlinux/CHANGELOG.md b/addOns/webdrivers/webdriverlinux/CHANGELOG.md index 8589cbf3ea..9c6d5489fb 100644 --- a/addOns/webdrivers/webdriverlinux/CHANGELOG.md +++ b/addOns/webdrivers/webdriverlinux/CHANGELOG.md @@ -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. diff --git a/addOns/webdrivers/webdriverlinux/gradle.properties b/addOns/webdrivers/webdriverlinux/gradle.properties index cbf54ec40f..066356717d 100644 --- a/addOns/webdrivers/webdriverlinux/gradle.properties +++ b/addOns/webdrivers/webdriverlinux/gradle.properties @@ -1,2 +1,2 @@ -version=114 -release=true +version=115 +release=false diff --git a/addOns/webdrivers/webdrivermacos/CHANGELOG.md b/addOns/webdrivers/webdrivermacos/CHANGELOG.md index d1e753c3cf..44c216bae0 100644 --- a/addOns/webdrivers/webdrivermacos/CHANGELOG.md +++ b/addOns/webdrivers/webdrivermacos/CHANGELOG.md @@ -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. diff --git a/addOns/webdrivers/webdrivermacos/gradle.properties b/addOns/webdrivers/webdrivermacos/gradle.properties index cbf54ec40f..066356717d 100644 --- a/addOns/webdrivers/webdrivermacos/gradle.properties +++ b/addOns/webdrivers/webdrivermacos/gradle.properties @@ -1,2 +1,2 @@ -version=114 -release=true +version=115 +release=false diff --git a/addOns/webdrivers/webdriverwindows/CHANGELOG.md b/addOns/webdrivers/webdriverwindows/CHANGELOG.md index 86fee75d07..5f0ee39b48 100644 --- a/addOns/webdrivers/webdriverwindows/CHANGELOG.md +++ b/addOns/webdrivers/webdriverwindows/CHANGELOG.md @@ -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. diff --git a/addOns/webdrivers/webdriverwindows/gradle.properties b/addOns/webdrivers/webdriverwindows/gradle.properties index cbf54ec40f..066356717d 100644 --- a/addOns/webdrivers/webdriverwindows/gradle.properties +++ b/addOns/webdrivers/webdriverwindows/gradle.properties @@ -1,2 +1,2 @@ -version=114 -release=true +version=115 +release=false