Skip to content

Commit

Permalink
Merge pull request #3637 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Mar 4, 2022
2 parents dfa9296 + 18c7ebc commit dff6dee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
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
## [36] - 2022-03-04
### Changed
- Update ChromeDriver to 99.0.4844.51.

Expand Down Expand Up @@ -165,6 +165,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

[36]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v36
[35]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v35
[34]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v34
[33]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v33
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=36
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
## [36] - 2022-03-04
### Changed
- Update ChromeDriver to 99.0.4844.51.

Expand Down Expand Up @@ -165,6 +165,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

[36]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v36
[35]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v35
[34]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v34
[33]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v33
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=36
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
## [36] - 2022-03-04
### Changed
- Update ChromeDriver to 99.0.4844.51.

Expand Down Expand Up @@ -168,6 +168,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

[36]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v36
[35]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v35
[34]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v34
[33]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v33
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=36
release=false
release=true

0 comments on commit dff6dee

Please sign in to comment.