From f145a906f242e928a9529eec13205e5c59826184 Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Fri, 16 Dec 2022 08:04:21 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.13.5 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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