diff --git a/CHANGELOG.md b/CHANGELOG.md
index b08a07c..58f2870 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
- The format is based on [Keep a Changelog](https://keepachangelog.com/).
- This project adheres to [Semantic Versioning](https://semver.org/).
-## Version 1.0.0 - TBD
+## Unreleased
### Added
@@ -12,4 +12,24 @@
### Fixed
-### Removed
\ No newline at end of file
+## Version 0.0.2-alpha
+
+### Added
+
+- Working sample application without `cap-js` dependency
+
+### Changed
+
+- Upgraded to CAP Java 5 and Spring Boot 4 (minimum CAP Java version is now 5)
+
+## Version 0.0.1-alpha
+
+Initial release:
+
+- AI Core service integration with automatic resource group management and deployment lifecycle (create, poll, reuse)
+- SAP RPT-1 small model deployment and inference via `cds-feature-recommendations`
+- `@UI.Recommendations` annotation to expose Fiori-compatible recommendations via OData
+- Multi-tenancy support with tenant-scoped AI Core resource groups
+- Configurable resource group for single-tenant scenarios (`cds.ai.core.resourceGroup`)
+- Retry and backoff logic for transient AI Core errors
+
diff --git a/pom.xml b/pom.xml
index 316efc0..6698a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
0.8.15
- 6.1.2
+ 6.1.3
5.23.0