Skip to content

Commit a8f6182

Browse files
committed
Updated CHANGELOG.md for 1.36.0 release
1 parent ac5f629 commit a8f6182

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [1.36.0] - 2024-11-12
10+
911
### Added
1012

1113
- Bumped .NET 9 version dependencies to stable packages.
@@ -1421,7 +1423,8 @@ The latest version of the library is availble on NuGet:
14211423
- **Wrong casing on keyboard event dispatch helpers.**
14221424
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14231425

1424-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.35.3...HEAD
1426+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.36.0...HEAD
1427+
[1.36.0]: https://github.com/bUnit-dev/bUnit/compare/v1.35.3...v1.36.0
14251428
[1.35.3]: https://github.com/bUnit-dev/bUnit/compare/v1.34.0...1.35.3
14261429
[1.34.0]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...v1.34.0
14271430
[1.33.3]: https://github.com/bUnit-dev/bUnit/compare/v1.32.7...1.33.3

0 commit comments

Comments
 (0)