From d3923d6e8c86913a13011f6abed3a4705822673b Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Thu, 17 Feb 2022 18:03:51 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Selenium version 15.7.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 6cd321687b7..06f448139a1 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.7.0] - 2022-02-17 ### Added - Statistics, number of browsers launched. @@ -131,6 +131,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.7.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.7.0 [15.6.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.6.0 [15.5.1]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.5.1 [15.5.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.5.0 diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index db3febc48e2..5290c50d49b 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,2 +1,2 @@ version=15.7.0 -release=false +release=true