diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bb1c784..b2b8970e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,26 @@ 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.6.3] - 17-05-2023
+### Added
+- Added client token support (08b7890ed0fadc072052958945ac64e784232ac5)
+- Added onPlaybackFailed callback (#449, #460)
+
+### Fixed
+- Make AP resolver use configured proxy (#441)
+- Refresh AP pool after stopping the receiver (#464)
+- Bumped client version to fix PremiumAccountRequired (#614, #615)
+
+### Changed
+- Migrate some APIs to their HTTP equivalent (6b45130cf26d47ab538abe265cf351096faccc2c)
+- Updated two years of dependencies
+
## [1.6.2] - 11-12-2021
### Added
- Added HTTPS proxy support (#390)
- Added `GET /instance` API endpoint (#403)
-### Fixed
+### Fixed
- Fixed track repeat behavior (#383)
- Fixed cache synchronization issue (b3d61f4c3bb7398e2f2246f6aa274f8d903c492b)
- Minimize audio pop when using pipe (#389)
diff --git a/api/pom.xml b/api/pom.xml
index f608721b..9d5ac48d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml
diff --git a/dacp/pom.xml b/dacp/pom.xml
index dbbf8bdd..f23dec38 100644
--- a/dacp/pom.xml
+++ b/dacp/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml
diff --git a/decoder-api/pom.xml b/decoder-api/pom.xml
index 7811f513..e07044a4 100644
--- a/decoder-api/pom.xml
+++ b/decoder-api/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml
diff --git a/lib/pom.xml b/lib/pom.xml
index e3c77e7c..f96e0ac0 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml
diff --git a/player/pom.xml b/player/pom.xml
index b8f067f0..f84ffa66 100644
--- a/player/pom.xml
+++ b/player/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml
diff --git a/pom.xml b/pom.xml
index 797620bd..9ae8d4fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
pom
- 1.6.3-SNAPSHOT
+ 1.6.3
librespot-java
Java port of librespot, the Open Source Spotify client library
diff --git a/sink-api/pom.xml b/sink-api/pom.xml
index d7920aec..d861eb70 100644
--- a/sink-api/pom.xml
+++ b/sink-api/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml
diff --git a/sink/pom.xml b/sink/pom.xml
index 8ecd5281..4b349591 100644
--- a/sink/pom.xml
+++ b/sink/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.3-SNAPSHOT
+ 1.6.3
../pom.xml