Skip to content

Commit fa26750

Browse files
committed
Updated CHANGELOG.md for 1.31.3 release
1 parent 77cfacf commit fa26750

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.31.3] - 2024-08-16
10+
911
### Fixed
1012

1113
- `UploadFile` should only throw an exception when the file size exceeds the maximum allowed size. Reported by [@candritzky](https://github.com/candritzky). Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -1386,7 +1388,8 @@ The latest version of the library is availble on NuGet:
13861388
- **Wrong casing on keyboard event dispatch helpers.**
13871389
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
13881390

1389-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...HEAD
1391+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...HEAD
1392+
[1.31.3]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...1.31.3
13901393
[1.30.3]: https://github.com/bUnit-dev/bUnit/compare/v1.29.5...v1.30.3
13911394
[1.29.5]: https://github.com/bUnit-dev/bUnit/compare/v1.28.9...1.29.5
13921395
[1.28.9]: https://github.com/bUnit-dev/bUnit/compare/v1.27.17...v1.28.9

0 commit comments

Comments
 (0)