Skip to content

Commit 9584a2e

Browse files
Bump version to v1.20.0
1 parent a019340 commit 9584a2e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/nightwatch/compare/v1.19.0...1.x)
3+
## [Unreleased](https://github.com/laravel/nightwatch/compare/v1.20.0...1.x)
4+
5+
## [v1.20.0](https://github.com/laravel/nightwatch/compare/v1.19.0...v1.20.0) - 2025-12-16
6+
7+
### What's Changed
8+
9+
* PHP 8.5 support by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/nightwatch/pull/309
10+
* Allow interaction with the Core class by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/nightwatch/pull/311
11+
* Use sampling from context if already present by [@jradtilbrook](https://github.com/jradtilbrook) in https://github.com/laravel/nightwatch/pull/308
12+
* Add sample rate for scheduled tasks by [@jradtilbrook](https://github.com/jradtilbrook) in https://github.com/laravel/nightwatch/pull/312
13+
* Allow customising sample rate for individual scheduled tasks by [@jradtilbrook](https://github.com/jradtilbrook) in https://github.com/laravel/nightwatch/pull/313
14+
* Disable vendor command sampling by default by [@jradtilbrook](https://github.com/jradtilbrook) in https://github.com/laravel/nightwatch/pull/315
15+
16+
**Full Changelog**: https://github.com/laravel/nightwatch/compare/v1.19.0...v1.20.0
417

518
## [v1.19.0](https://github.com/laravel/nightwatch/compare/v1.18.1...v1.19.0) - 2025-11-25
619

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0
1+
1.20.0

0 commit comments

Comments
 (0)