diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86d4f0802..29402490e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## Pending changes
+–
+
+---
+
+## 2.0.0-alpha09
+
### API breaking changes
- [#618](https://github.com/bumble-tech/appyx/pull/618) – Do not create PermanentAppyxComponent inside ParentNode. Provide it via constructor to ParentNode
@@ -17,6 +23,8 @@
- [#615](https://github.com/bumble-tech/appyx/pull/615) – Material navigation helpers
+
19 Oct 2023
+
---
## 2.0.0-alpha08
@@ -25,6 +33,8 @@
- [#608](https://github.com/bumble-tech/appyx/pull/608) – Setting default value to NodeCustomisationDirectory in IosNodeHost
+4 Oct 2023
+
---
## 2.0.0-alpha07
diff --git a/gradle.properties b/gradle.properties
index 70af25a23..4b9f1f540 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,7 +6,7 @@ kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
-library.version=2.0.0-alpha08
+library.version=2.0.0-alpha09
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true