diff --git a/CHANGELOG.md b/CHANGELOG.md
index f757551..e1c70b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,20 +3,24 @@
# easy-i18n Changelog
## [Unreleased]
+### Fixed
+- AssertionError on translation update
+- Use correct line separator in properties files
+- Allow numbers and other data types in properties files
## [4.1.0]
-### Added
-- Duplicate translation values filter
-- Indicate translations with duplicated values yellow
-- Multiple translation filters can be used together
-- Option to consider subdirectories for modularized translation files
-- Reformat translation files based on IDE preferences
+### Added
+- Duplicate translation values filter
+- Indicate translations with duplicated values yellow
+- Multiple translation filters can be used together
+- Option to consider subdirectories for modularized translation files
+- Reformat translation files based on IDE preferences
-### Changed
-- Reengineered how translation filters are applied internally
+### Changed
+- Reengineered how translation filters are applied internally
-### Fixed
-- Exception during batch delete
+### Fixed
+- Exception during batch delete
- Translation filters keep their status across updates
## [4.0.0]
diff --git a/gradle.properties b/gradle.properties
index dad7b1d..b1ef377 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@
pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n
# SemVer format -> https://semver.org
-pluginVersion = 4.1.0
+pluginVersion = 4.1.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.