diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68e1de2..08ea81d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 7.5
+- Added support for most Shulkerbox/Backpack plugins. Some of those (e.g. [Shulker Backpacks](https://www.spigotmc.org/resources/shulker-backpacks-1-13-1-15.67466/)) are fully compatible, while others (e.g. [BetterShulkerBoxes](https://www.spigotmc.org/resources/bsb-better-shulker-boxes.58837/)) will only work with hotkeys, not automatic sorting.
+- Added Hungarian translation
+- Fixed French translation
+
## 7.4
- Added TabComplete support for /chestsort and /invsort commands
- Fixed a bug that allowed players to put items into the GUI (/chestsort hotkeys)
diff --git a/TODO.md b/TODO.md
index da6aabe..fb66816 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,3 +1,4 @@
# Todo
-Currently nothing except open issues.
+## Auto-Refill
+Auto refills your hotbar with stuff from your inventory when you run out of items / a tool breaks.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 4282bd3..89eee11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.jeffclan
JeffChestSort
- 7.5-pre1
+ 7.5
jar
JeffChestSort
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index c4d9342..b08c374 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -299,6 +299,22 @@ message-gui-shift-right-click: "Shift + Right-Click"
#message-gui-double-click: "Doppelklick"
#message-gui-shift-right-click: "Shift + Rechtsklick"
+##### Hungarian - Thanks to Letter for translating!
+##### Note: Some messages are still untranslated. Please send me your translation at SpigotMC
+#message-when-using-chest: "&7Automatikus láda rendezés bekapcsolás: &6/chestsort"
+#message-when-using-chest2: "&7Automatikus láda rendezés bekapcsolás: &6/chestsort"
+#message-sorting-disabled: "&7Automatikus láda rendezés kikapcsolva."
+#message-sorting-enabled: "&7Automatikus láda rendezés bekapcsolva."
+#message-error-players-only: "&cHiba: Ezt a parancsot csak játékos használhatja."
+#message-player-inventory-sorted: "&7A leltárad rendezve lett."
+#message-error-invalid-options: "&cHiba: Ismeretlen opció %s. Helyes opció %s."
+#message-gui-enabled: "&aEnabled"
+#message-gui-disabled: "&cDisabled"
+#message-gui-middle-click: "Middle-Click"
+#message-gui-shift-click: "Shift + Click"
+#message-gui-double-click: "Double-Click"
+#message-gui-shift-right-click: "Shift + Right-Click"
+
##### Italian
##### Note: Some messages are still untranslated. Please send me your translation at SpigotMC
#message-when-using-chest: "&7Nota: inserire &6/chestsort&7 per abilitare l'ordinamento automatico dei bauli."
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 9eb9674..c1e78e4 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
main: de.jeffclan.JeffChestSort.JeffChestSortPlugin
name: ChestSort
-version: 7.5-pre1
+version: 7.5
api-version: 1.13
description: Allows automatic chest sorting
author: mfnalex