diff --git a/change-notes.html b/change-notes.html
index e4ec5073..0aed35e8 100644
--- a/change-notes.html
+++ b/change-notes.html
@@ -1,4 +1,10 @@
+
1.6.1
+
+ - Add smart completion for target in
Mapping
(already mapped target are not proposed)
+ - Bug fix: Fix auto-completion for nested public fields
+ - Bug fix: Fix IndexOutOfBoundsException for target methods without parameter
+
1.6.0
- Support
@InheritConfiguration
for unmapped target properties inspection
diff --git a/gradle.properties b/gradle.properties
index c9975e1a..63666103 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -10,7 +10,7 @@ runGenerators = true
pluginGroup = org.mapstruct
pluginName = mapstruct-intellij
-pluginVersion = 1.6.1-SNAPSHOT
+pluginVersion = 1.6.1
publishPluginId =
publishUsername =