diff --git a/addOns/selenium/CHANGELOG.md b/addOns/selenium/CHANGELOG.md index 20d7553a404..7c4965fbba7 100644 --- a/addOns/selenium/CHANGELOG.md +++ b/addOns/selenium/CHANGELOG.md @@ -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.26.0] - 2024-06-21 ### Changed - Update Selenium to version 4.22.0. @@ -245,6 +245,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.26.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.26.0 [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 diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index 5447d801aaf..38834665298 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,2 +1,2 @@ version=15.26.0 -release=false +release=true