Skip to content

Commit 53a1f72

Browse files
authored
Merge pull request #321 from zapbot/release
Release version 16
2 parents 48c940b + a228fb8 commit 53a1f72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [16] - 2023-03-29
77
### Added
88
- httpsender/UpgradeHttp1To2.js - changes all HTTP/1.1 requests to use HTTP/2
99
- standalone/devTools.js - Tools used to explore objects returned by the Java engine and better plug Nashorn objects into it
@@ -184,7 +184,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
184184

185185
- First packaged version
186186

187-
[Unreleased]: https://github.com/zaproxy/community-scripts/compare/v15...HEAD
187+
[16]: https://github.com/zaproxy/community-scripts/compare/v15...v16
188188
[15]: https://github.com/zaproxy/community-scripts/compare/v14...v15
189189
[14]: https://github.com/zaproxy/community-scripts/compare/v13...v14
190190
[13]: https://github.com/zaproxy/community-scripts/compare/v12...v13

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=16
2-
release=false
2+
release=true

0 commit comments

Comments
 (0)