diff --git a/README.md b/README.md
index cf7d8f8..1b38786 100644
--- a/README.md
+++ b/README.md
@@ -389,6 +389,12 @@ portalInfoServer=Server: %server%
# Changes
+#### \[Version 0.9.2.1] EpicKnarvik97 fork
+
+- Makes sure to only reload whatever is necessary when config values are changed using commands, instead of reloading
+ the entire config file every time
+- Protects portals from block placement when protectEntrance is enabled
+
#### \[Version 0.9.2.0] EpicKnarvik97 fork
- Increases max length of names and networks to 13 characters
diff --git a/pom.xml b/pom.xml
index 6a501c0..8427145 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
net.knarcraft
Stargate
- 0.9.2.0
+ 0.9.2.1
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 0500053..46c5ef7 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
name: Stargate
main: net.knarcraft.stargate.Stargate
-version: 0.9.2.0
+version: 0.9.2.1
description: Stargate mod for Bukkit Revived
author: EpicKnarvik97
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]