diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd8a7bdb..719130479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +## [1.13.5] - 2022-12-16 + This release contains a bunch of small tweaks and fixes. ## [1.12.6] - 2022-11-08 @@ -1226,7 +1228,9 @@ The latest version of the library is availble on NuGet: - **Wrong casing on keyboard event dispatch helpers.** The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`. -[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...HEAD +[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.13.5...HEAD + +[1.13.5]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...1.13.5 [1.12.6]: https://github.com/bUnit-dev/bUnit/compare/v1.11.7...v1.12.6