Skip to content

Commit

Permalink
Merge pull request #251 from thc202/bump-version
Browse files Browse the repository at this point in the history
Prepare next dev iteration
  • Loading branch information
kingthorin authored Jun 26, 2023
2 parents 68b5a12 + 98663c2 commit ec01709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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).

## [0.18.0] - 2023-07-26
## [Unreleased]


## [0.18.0] - 2023-06-26
### Added
- Client statements for Scroll, MouseOver, and Window Resize events. [#243](https://github.com/zaproxy/zest/issues/243)

Expand Down Expand Up @@ -93,6 +96,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.18.0...HEAD
[0.18.0]: https://github.com/zaproxy/zest/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/zaproxy/zest/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/zaproxy/zest/compare/0.15.0...0.16.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = javaVersion
targetCompatibility = javaVersion

group 'org.zaproxy'
version '0.18.0'
version '0.19.0-SNAPSHOT'

mainClassName = 'org.zaproxy.zest.impl.CmdLine'

Expand Down

0 comments on commit ec01709

Please sign in to comment.