Skip to content

Commit 1518363

Browse files
authored
Merge pull request #6158 from kingthorin/depend-tweak
authhelper & zest: Minor tweaks for release
2 parents 850b9a6 + 2aa054a commit 1518363

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

addOns/authhelper/authhelper.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ zapAddOn {
5050
version.set("15.*")
5151
}
5252
register("zest") {
53-
version.set(">=48.1.0")
53+
version.set(">=48.2.0")
5454
}
5555
}
5656
}

addOns/zest/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88
### Added
99
- Firefox to recorder.
10+
- Added support for custom script authentication.
1011

1112
### Changed
1213
- Record script order to be alphabetical.

0 commit comments

Comments
 (0)