diff --git a/build.gradle b/build.gradle
index f23a0efcd6e037a660fa7e94a21b11a1ceefd4ba..08627dabe955602fe3d7ba7f27f98a163d62d40c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -90,7 +90,7 @@ dependencies {
     // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
     // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
     // The userdev artifact is a special name and will get all sorts of transformations applied to it.
-    minecraft 'net.minecraftforge:forge:1.16.1-32.0.34'
+    minecraft 'net.minecraftforge:forge:1.16.1-32.0.38'
 
     // You may put jars on which you depend on in ./libs or you may define them like so..
     // compile "some.group:artifact:version:classifier"
diff --git a/changelog.txt b/changelog.txt
index ca1e08e219879708d339afeb687d788e5a191487..69c3a07244b5ac9aaa036e979813005bd4dd5943 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,21 @@
+Build: 1.16.1-32.0.38 - Tue Jun 30 20:19:32 GMT 2020
+	info:
+		Add hoe tool type (#6872)
+
+	ichttt:
+		Fix loading screen color and text (#6824)
+
+=========
+Build: 1.16.1-32.0.36 - Tue Jun 30 20:09:21 GMT 2020
+	curle:
+		Allow any armor to have custom knockback resistance (#6877)
+
+=========
+Build: 1.16.1-32.0.35 - Tue Jun 30 19:57:32 GMT 2020
+	diesieben07:
+		Add senderUUID to ClientChatReceivedEvent (#6881)
+
+=========
 Build: 1.16.1-32.0.34 - Tue Jun 30 02:33:58 GMT 2020
 	lex:
 		Re-write checkATs function and automate making Items/Blocks public.