From ae8def422cce4b86f334d0196235fddc6d225860 Mon Sep 17 00:00:00 2001
From: 0verEngineer <dev@hackinger.io>
Date: Mon, 13 Nov 2023 21:36:54 +0100
Subject: [PATCH] - Bump version to 0.5.1

---
 CHANGELOG.md      | 5 +++++
 gradle.properties | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0f4640..6f0e28e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@
 
 ## [Unreleased]
 
+## [0.5.1]
+### Fixed
+- SettingsBundle missing default (Settings not working with non english os language)
+- Prevents gutter icon readding when the line of the problem does not exist anymore
+
 ## [0.5.0]
 
 ### Added
diff --git a/gradle.properties b/gradle.properties
index 8a73259..f940f93 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@ pluginGroup = org.OverEngineer
 pluginName = InlineProblems
 pluginRepositoryUrl = https://github.com/OverEngineer/InlineProblems
 # SemVer format -> https://semver.org
-pluginVersion = 0.5.0
+pluginVersion = 0.5.1
 
 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
 pluginSinceBuild = 212.5