diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44be48b33..76d99a74c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## Pending changes
+–
+
+---
+
+## 2.0.0-alpha10
+
{==
Please refer to [2.0.0-alpha10 – Migration guide](2.0.0-alpha10.md)
@@ -23,6 +29,8 @@ Please refer to [2.0.0-alpha10 – Migration guide](2.0.0-alpha10.md)
- [#638](https://github.com/bumble-tech/appyx/pull/638) - Fix visibility issue for bottom element in BackStackParallax
+
24 Jan 2024
+
---
## 2.0.0-alpha09
diff --git a/gradle.properties b/gradle.properties
index 684ec4a74..1c621a29a 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-alpha09
+library.version=2.0.0-alpha10
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true