Skip to content

Commit

Permalink
Release add-on(s)
Browse files Browse the repository at this point in the history
Release the following add-ons:
 - Linux WebDrivers version 89
 - MacOS WebDrivers version 89
 - Selenium version 15.25.0
 - Windows WebDrivers version 89

Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
  • Loading branch information
zapbot committed May 31, 2024
1 parent 29c2955 commit 518b9aa
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion addOns/selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [15.25.0] - 2024-05-31
### Changed
- Ensure the specified WebDriver is executable always.

Expand Down Expand Up @@ -241,6 +241,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated to Selenium 2.45 and moved to release

[15.25.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.25.0
[15.24.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.24.0
[15.23.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.23.0
[15.22.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.22.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=15.25.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverlinux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [89] - 2024-05-31
### Changed
- Update ChromeDriver to 125.0.6422.141.

Expand Down Expand Up @@ -387,6 +387,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release: Firefox v0.13.0 Chrome v2.27

[89]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v89
[88]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v88
[87]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v87
[86]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v86
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverlinux/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=89
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdrivermacos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [89] - 2024-05-31
### Changed
- Update ChromeDriver to 125.0.6422.141.

Expand Down Expand Up @@ -387,6 +387,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release: Firefox v0.13.0 Chrome v2.27

[89]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v89
[88]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v88
[87]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v87
[86]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v86
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdrivermacos/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=89
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverwindows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [89] - 2024-05-31
### Changed
- Update ChromeDriver to 125.0.6422.141.

Expand Down Expand Up @@ -390,6 +390,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release: Firefox v0.13.0 Chrome v2.27 IE 3.0.0

[89]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v89
[88]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v88
[87]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v87
[86]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v86
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverwindows/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=89
release=false
release=true

0 comments on commit 518b9aa

Please sign in to comment.