diff --git a/CHANGELOG.md b/CHANGELOG.md
index 272a950da..8730a3dfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ All notable changes to **bUnit** will be documented in this file. The project ad
## [Unreleased]
+## [1.34.0] - 2024-11-01
+
+### Fixed
+
+- Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet).
+
## [1.33.3] - 2024-10-11
### Added
@@ -1405,7 +1411,8 @@ 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.33.3...HEAD
+[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.34.0...HEAD
+[1.34.0]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...v1.34.0
[1.33.3]: https://github.com/bUnit-dev/bUnit/compare/v1.32.7...1.33.3
[1.32.7]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...v1.32.7
[1.31.3]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...1.31.3
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 9ea352b21..f54917fb8 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -15,17 +15,16 @@
-
+
-
-
+
-
+
@@ -38,7 +37,6 @@
-
@@ -52,7 +50,6 @@
-
@@ -68,7 +65,7 @@
-
+
@@ -88,29 +85,29 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -120,13 +117,13 @@
-
+
-
+
diff --git a/version.json b/version.json
index fc864ecdf..d1b1c399a 100644
--- a/version.json
+++ b/version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
- "version": "1.33",
+ "version": "1.34",
"assemblyVersion": {
"precision": "revision"
},