diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70e1be6..c0e3858 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
+## [5.1.2](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/5.1.1...5.1.2)
+### Bug Fixes
+* Cancel button of configuration was not working
+* Revert the display name of the plugin, as requests do not work anymore see ([issue #50](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/50)) and Graylog issue Graylog2/graylog2-server#15939
+
## [5.1.1](https://github.com/airbus-cyber/graylog-plugin-logging-alert/compare/5.1.0...5.1.1)
### Bug Fixes
* Plugin configuration name is shortened so that it is nicely displayed ([issue #50](https://github.com/airbus-cyber/graylog-plugin-logging-alert/issues/50))
diff --git a/package.json b/package.json
index 3a774d8..ac61e95 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "LoggingAlert",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "Graylog plugin LoggingAlert Web Interface",
"repository": {
"type": "git",
diff --git a/pom.xml b/pom.xml
index 117390f..056d660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
com.airbus-cyber-security.graylog
graylog-plugin-logging-alert
- 5.1.1
+ 5.1.2
jar
${project.artifactId}
Graylog ${project.artifactId} plugin.