diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4bec43..82e4c8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-# Changelog
+# RL2.ModLoader Changelog
+
+# v1.0.1
+- Bug fixes:
+ - Load order issues, again
# v1.0.0
- Bug fixes:
diff --git a/README.md b/README.md
index 5e079c5..7b1693f 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,7 @@ A work-in-progress Rogue Legacy 2 mod loader and API
## Where can I download mods?
- Right now mods made for the RL2-ModLoader are only distributed on the CDG Discord server in the `#mod-forums` channel.
-# Latest changes - version 1.0.0
+
+# Latest changes - RL2.ModLoader version 1.0.1
- Bug fixes:
- - Load order
- - `enabled.json` creation fail
-- Finish the separation started in 0.1.0
-- RL2.ModLoader version display in title screen is back
\ No newline at end of file
+ - Load order issues, again
\ No newline at end of file
diff --git a/RL2.ModLoader/ModLoader.cs b/RL2.ModLoader/ModLoader.cs
index 22e6a39..3965093 100644
--- a/RL2.ModLoader/ModLoader.cs
+++ b/RL2.ModLoader/ModLoader.cs
@@ -16,7 +16,7 @@ public partial class ModLoader
///
/// object representing the modloaders version
///
- public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 0);
+ public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 1);
///
/// Path to directory containing all mods