Version 0.11.6
diff --git a/CHANGES.md b/CHANGES.md
index 98f90e9..c28c637 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
 # Change log for kotlinx.atomicfu
 
+## Version 0.11.6
+
+* Kotlin/Native version 0.9
+
 ## Version 0.11.5
 
 * Gradle plugin for JS: Fixed paths on Windows
diff --git a/README.md b/README.md
index 8277215..5aa6dd9 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@
 
 ```groovy
 buildscript {
-    ext.atomicfu_version = '0.11.5'
+    ext.atomicfu_version = '0.11.6'
 
     dependencies {
         classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -209,7 +209,7 @@
 
 ```xml
 <properties>
-     <atomicfu.version>0.11.5</atomicfu.version>
+     <atomicfu.version>0.11.6</atomicfu.version>
 </properties> 
 ```
 
diff --git a/gradle.properties b/gradle.properties
index b2d04de..48586f6 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-version = 0.11.5-SNAPSHOT
+version = 0.11.6-SNAPSHOT
 group = org.jetbrains.kotlinx
 
 kotlin_version = 1.2.61