From 77da2543d467784ec8c1976934b7f1c88772fefa Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Wed, 11 Jan 2023 20:34:09 +0000 Subject: [PATCH] Updated CHANGELOG.md for 1.14.4 release --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f07666c58..3e07be012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ All notable changes to **bUnit** will be documented in this file. The project ad ## [Unreleased] +## [1.14.4] - 2023-01-11 + ### Added -- Added `IMemoryCache` by default to the Services container. By [@linkdotnet](https://github.com/linkdotnet). +- Added `IMemoryCache` by default to the Services container. By [@linkdotnet](https://github.com/linkdotnet). ### Fixed @@ -1237,7 +1239,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.13.5...HEAD +[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.14.4...HEAD + +[1.14.4]: https://github.com/bUnit-dev/bUnit/compare/v1.13.5...v1.14.4 [1.13.5]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...1.13.5