Skip to content

Commit 4a4cc8a

Browse files
committed
Prepare for v1.9.0
1 parent 5e413d8 commit 4a4cc8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ and this project adheres to [Break Versioning](https://www.taoensso.com/break-ve
1919

2020
### Security
2121

22-
[Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.8.0...main
22+
[Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.9.0...main
23+
24+
## [1.9.0] - 2026-01-02
25+
26+
### Changed
27+
28+
- Testing
2329

2430
## [1.8.0] - 2025-12-29
2531

lib/dry/testing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Dry
44
module Testing
5-
VERSION = "1.8.0"
5+
VERSION = "1.9.0"
66
end
77
end

0 commit comments

Comments
 (0)