Skip to content

Commit

Permalink
Merge pull request #276 from thc202/release/v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Apr 30, 2024
2 parents bf35277 + 80be326 commit 0efb9cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project 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]
## [0.21.0] - 2024-04-30
### Changed
- Update Selenium to version 4.20.0.
- Update HtmlUnit to major version 3.
Expand Down Expand Up @@ -111,7 +111,7 @@ name remains the same for compatibility with previous versions.
## [0.3] - 2013-09-10
## [0.2] - 2013-07-18

[Unreleased]: https://github.com/zaproxy/zest/compare/0.20.0...HEAD
[0.21.0]: https://github.com/zaproxy/zest/compare/0.20.0...0.21.0
[0.20.0]: https://github.com/zaproxy/zest/compare/0.19.0...0.20.0
[0.19.0]: https://github.com/zaproxy/zest/compare/0.18.0...0.19.0
[0.18.0]: https://github.com/zaproxy/zest/compare/0.17.0...0.18.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ java {
}

group 'org.zaproxy'
version '0.21.0-SNAPSHOT'
version '0.21.0'

application {
mainClass.set("org.zaproxy.zest.impl.CmdLine")
Expand Down

0 comments on commit 0efb9cf

Please sign in to comment.