diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac579037a..08d337d79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,14 @@
## Pending changes
+---
+
+## 1.5.0
+
- [#693](https://github.com/bumble-tech/appyx/pull/693) – **Updated**: Compose BOM version and kotlin version
+
15 Apr 2024
+
---
## 1.4.1-migrate-2.x
diff --git a/gradle.properties b/gradle.properties
index 9ff0bbcbc..dac2ecdb1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,5 +3,5 @@ org.gradle.caching=true
org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style=official
-library.version=1.4.1-migrate-2.x
+library.version=1.5.0
android.experimental.lint.version=8.3.0