diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd52f7a3dc..d6e8f59d0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,7 +37,33 @@
- [Release Candidate 2 (29 Sep 2019)](#release-candidate-2-29-sep-2019)
- [Release Candidate 1 (26 Sep 2019)](#release-candidate-1-26-sep-2019)
-## Release Candidate 37 (TBD)
+## Release Candidate 38 (TBD)
+
+## Release Candidate 37 (25 Feb 2024)
+
+#### Additions
+* (API) Introduce SlimefunItemRegistryFinalizedEvent (#4099)
+* Add update warning to /sf versions (#4096)
+* Add new analytics service (#4067)
+
+#### Changes
+* Allow blocks to be dropped while in creative mode (#3934)
+* Storage rewrite - Phase 1 (#4065)
+* Temporarily disable senstive blocks check (#4077)
+* Update MockBukkit to 1.20.4 along with existing tests (#4086)
+* Move PlayerProfile saving off the main thread (#4119)
+
+#### Fixes
+* Fix contributor head being pullable (#4072)
+* Fix backpack IDs not incrementing (#4081)
+* Fix inventory being used when Slimefun block is broken (#4088)
+* Fix items not being able to be placed on ancient altar (#4094)
+* Update dough to fix item stacking issue (#4100)
+* Fix slimefun block turning into a vanilla block if there are viewers (#4101)
+* Fixes #4123 - Coal Generator will no longer be locked after researching (#4124)
+* Fixes exhaustion when loading large profiles (#4127)
+* Fixes guide search when using colored chat (#4125)
+* Fix dupe glitch with backpacks (#4134)
## Release Candidate 36 (20 Dec 2023)
diff --git a/pom.xml b/pom.xml
index ec30e20254..08c63b0dd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.5.2
+ 3.5.1