diff --git a/nuspecs/Hangfire.InMemory.nuspec b/nuspecs/Hangfire.InMemory.nuspec
index 13b5fe2..1e222d3 100644
--- a/nuspecs/Hangfire.InMemory.nuspec
+++ b/nuspecs/Hangfire.InMemory.nuspec
@@ -13,6 +13,9 @@
Copyright © 2020–2022 Hangfire OÜ
Hangfire Storage In-Memory
https://www.hangfire.io/blog/releases.html
+0.4.0-beta2
+• Fixed – `NotSupportedException` during background processing due to non-implemented method.
+
0.4.0-beta1
• Breaking – Package now depends on Hangfire.Core version 1.8.0.
• Breaking – Replace the `net45` target with `net451` one as the former is not supported.