diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06080acf..bb1d4ae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.5.2] - 17-11-2020
+### Added
+- Added `Player#waitReady()` method (d3149d3843e066986524e14369c5871c22629810)
+- Added pass through endpoints for official Spotify API (#255)
+- Store and check hash of first chunk of cache data (9ab9f43a91ebbce0e9a3a3c6f3c55a714c756525)
+
+### Fixed
+- Fixed `UnsupportedOperationException` when starting playback (#251)
+- Close cache files correctly (e953129ed5f0dc4e9931660bd216267557d6010a, #253)
+- Fixed starting playback from API (#254)
+
+
## [1.5.1] - 31-07-2020
### Fixed
- Fixed issue with Zeroconf (#246)
diff --git a/api/pom.xml b/api/pom.xml
index 5bfe2abe..ba96dcd8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -5,7 +5,7 @@
xyz.gianlu.librespot
librespot-java
- 1.5.2-SNAPSHOT
+ 1.5.2
../
diff --git a/lib/pom.xml b/lib/pom.xml
index 1f276f36..9e864173 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -5,7 +5,7 @@
xyz.gianlu.librespot
librespot-java
- 1.5.2-SNAPSHOT
+ 1.5.2
../
diff --git a/player/pom.xml b/player/pom.xml
index 87042b9a..89152175 100644
--- a/player/pom.xml
+++ b/player/pom.xml
@@ -5,7 +5,7 @@
xyz.gianlu.librespot
librespot-java
- 1.5.2-SNAPSHOT
+ 1.5.2
../
diff --git a/pom.xml b/pom.xml
index 7f387530..0991cf96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
xyz.gianlu.librespot
librespot-java
pom
- 1.5.2-SNAPSHOT
+ 1.5.2
librespot-java
Java port of librespot, the Open Source Spotify client library