From ce7ed8b6e5fe3db935f1ba5468a68c5902e16394 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:27:36 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Selenium version 15.26.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/selenium/CHANGELOG.md | 3 ++- addOns/selenium/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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