diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2061abc0..52541fc8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,18 @@
## Pending changes
+-
+
+## 2.0.0-alpha04
+
### Fixed
- [#575](https://github.com/bumble-tech/appyx/pull/575) - Make customisations lazy to improve performance
+
31 Aug 2023
+
+---
+
## 2.0.0-alpha03
### Added
diff --git a/gradle.properties b/gradle.properties
index 0744aaf10..eca64a49e 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-alpha03
+library.version=2.0.0-alpha04
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true