Skip to content

Commit befdf2e

Browse files
committed
Updated CHANGELOG.md for 2.1.1 release
1 parent ae631eb commit befdf2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [2.1.1] - 2025-11-21
10+
911
### Changed
12+
1013
- Registering `AuthenticationState` in the services container rather than as part of the RenderTree. Fixes [#1774](https://github.com/bUnit-dev/bUnit/issues/1774) reported by [@aayjaychan](https://github.com/aayjaychan).
1114

1215
## [2.0.66] - 2025-11-11
@@ -1473,7 +1476,8 @@ The latest version of the library is availble on NuGet:
14731476
- **Wrong casing on keyboard event dispatch helpers.**
14741477
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14751478

1476-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.0.66...HEAD
1479+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.1.1...HEAD
1480+
[2.1.1]: https://github.com/bUnit-dev/bUnit/compare/v2.0.66...v2.1.1
14771481
[2.0.66]: https://github.com/bUnit-dev/bUnit/compare/v1.40.0...2.0.66
14781482
[1.40.0]: https://github.com/bUnit-dev/bUnit/compare/v1.39.5...v1.40.0
14791483
[1.39.5]: https://github.com/bUnit-dev/bUnit/compare/v1.38.5...1.39.5

0 commit comments

Comments
 (0)