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