diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6e888808..d89e2bb08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
## Pending changes
+–
+
+## 2.0.0
+
+{==
+
+Please refer to [2.0.0-alpha10 -> 2.0.0 – Migration guide](2.0.0.md)
+
+==}
+
### API breaking changes
- [#677](https://github.com/bumble-tech/appyx/pull/677) – Moved Builder, SimpleBuilder, Interactor to separate module
@@ -18,6 +28,10 @@
- [#679](https://github.com/bumble-tech/appyx/pull/679) – Simple api for backStackNode and spotlightNode
+
+
19 Apr 2024
+
+
---
## 2.0.0-alpha10
diff --git a/documentation/releases/2.0.0-alpha11.md b/documentation/releases/2.0.0.md
similarity index 94%
rename from documentation/releases/2.0.0-alpha11.md
rename to documentation/releases/2.0.0.md
index 65cf5d38a..d51ccb841 100644
--- a/documentation/releases/2.0.0-alpha11.md
+++ b/documentation/releases/2.0.0.md
@@ -1,8 +1,8 @@
---
-title: 2.0.0-alpha11 – Migration guide
+title: 2.0.0-alpha10 -> 2.0.0 – Migration guide
---
-# 2.0.0-alpha11 – Migration guide
+# 2.0.0-alpha10 -> 2.0.0 – Migration guide
## Package changes
diff --git a/gradle.properties b/gradle.properties
index 1bd124c1e..d9dd3b5d7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,7 +7,7 @@ kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
-library.version=2.0.0-alpha10
+library.version=2.0.0
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true