Skip to content

Commit a0cfdc8

Browse files
committed
Updated CHANGELOG.md for 1.34.0 release
1 parent 0312c4b commit a0cfdc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-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.34.0] - 2024-11-01
10+
911
### Fixed
1012

1113
- Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -20,6 +22,7 @@ All notable changes to **bUnit** will be documented in this file. The project ad
2022
### Fixed
2123

2224
- Use latest `System.Text.Json` due to CVE in `8.0.4`.
25+
2326
## [1.32.7] - 2024-10-04
2427

2528
### Fixed
@@ -1408,7 +1411,8 @@ The latest version of the library is availble on NuGet:
14081411
- **Wrong casing on keyboard event dispatch helpers.**
14091412
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14101413

1411-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...HEAD
1414+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.34.0...HEAD
1415+
[1.34.0]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...v1.34.0
14121416
[1.33.3]: https://github.com/bUnit-dev/bUnit/compare/v1.32.7...1.33.3
14131417
[1.32.7]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...v1.32.7
14141418
[1.31.3]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...1.31.3

0 commit comments

Comments
 (0)