Skip to content

Commit 849e451

Browse files
authored
Merge pull request #6159 from zapbot/release
Release add-on(s)
2 parents 1518363 + 967b9c6 commit 849e451

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

addOns/authhelper/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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+
## [0.19.0] - 2025-02-04
77
### Added
88
- Added support for Client Script Authentication when used in conjunction with the Ajax Spider add-on or the Client Spider via the Client Side Integration add-on.
99
- Add support for custom authentication steps in Browser Based Authentication.
@@ -133,6 +133,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
133133
### Added
134134
- Support of authentication request identification and configuration.
135135

136+
[0.19.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.19.0
136137
[0.18.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.18.0
137138
[0.17.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.17.0
138139
[0.16.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=0.19.0
2-
release=false
2+
release=true

addOns/automation/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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+
## [0.45.0] - 2025-02-04
77
### Fixed
88
- Correctly load numeric user passwords.
99
- Address malformed HTML in the help.
@@ -462,6 +462,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
462462

463463
- First version.
464464

465+
[0.45.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.45.0
465466
[0.44.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.44.0
466467
[0.43.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.43.0
467468
[0.42.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.42.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=0.45.0
2-
release=false
2+
release=true

addOns/client/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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+
## [0.13.0] - 2025-02-04
77
### Added
88
- Added support for Client Script Authentication when installed in conjunction with the Authentication Helper add-on.
99

@@ -120,6 +120,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
120120

121121
- First version.
122122

123+
[0.13.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.13.0
123124
[0.12.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.12.0
124125
[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.11.0
125126
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.10.0

addOns/client/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=0.13.0
2-
release=false
2+
release=true

addOns/zest/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [48.2.0] - 2025-02-04
88
### Added
99
- Firefox to recorder.
1010
- Added support for custom script authentication.
@@ -368,6 +368,7 @@ Sender scripts. (Issue 5590)
368368

369369
- Updated for 2.1.0
370370

371+
[48.2.0]: https://github.com/zaproxy/zap-extensions/releases/zest-v48.2.0
371372
[48.1.0]: https://github.com/zaproxy/zap-extensions/releases/zest-v48.1.0
372373
[48.0.0]: https://github.com/zaproxy/zap-extensions/releases/zest-v48.0.0
373374
[47]: https://github.com/zaproxy/zap-extensions/releases/zest-v47

addOns/zest/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=48.2.0
2-
release=false
2+
release=true

0 commit comments

Comments
 (0)