diff --git a/CHANGELOG.md b/CHANGELOG.md
index 893dcfad1..15ce8011b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## Pending changes
+–
+
+---
+
+## 2.0.0-alpha02
+
### Added
- [#539](https://github.com/bumble-tech/appyx/pull/539) – Position alignment
@@ -11,6 +17,8 @@
- [#530](https://github.com/bumble-tech/appyx/issues/530) – Backstack Parallax motion controller bug
+
9 Aug 2023
+
---
## 2.0.0-alpha01
diff --git a/gradle.properties b/gradle.properties
index ad1b122e7..dc942d82b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@ android.useAndroidX=true
kotlin.code.style=official
kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true
kotlin.native.enableDependencyPropagation=false
-library.version=2.0.0-alpha01
+library.version=2.0.0-alpha02
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true