diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f7fc85b..2af4e50c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,19 @@ 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.1] - 18-07-2021
+### Added
+- Added `/discovery/list` API endpoint (#352)
+- Added environment variables to shell event hooks (#368)
+- Added `shell.executeWithBash` configuration option (#368)
+
+### Changed
+- Space volume events 500ms apart (#369)
+
+### Fixed
+- Removed redundant pfls message (#361)
+- Refresh AP pool before reconnecting (591fb92db5931d611779ab83f9747f4decaea3f7)
+
## [1.6.0] - 09-05-2021
### Added
- Added extended metadata API (#311)
diff --git a/api/pom.xml b/api/pom.xml
index 5854f4bc..7757600d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml
diff --git a/dacp/pom.xml b/dacp/pom.xml
index a953a51d..880c30fc 100644
--- a/dacp/pom.xml
+++ b/dacp/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml
diff --git a/decoder-api/pom.xml b/decoder-api/pom.xml
index e92d4f3d..818870f4 100644
--- a/decoder-api/pom.xml
+++ b/decoder-api/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml
diff --git a/lib/pom.xml b/lib/pom.xml
index e78a3bd5..f36eeda9 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml
diff --git a/player/pom.xml b/player/pom.xml
index 9598ca5d..50b1445c 100644
--- a/player/pom.xml
+++ b/player/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml
diff --git a/pom.xml b/pom.xml
index b3dc3a4f..cf87e96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
pom
- 1.6.1-SNAPSHOT
+ 1.6.1
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 9997de3f..89738aac 100644
--- a/sink-api/pom.xml
+++ b/sink-api/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml
diff --git a/sink/pom.xml b/sink/pom.xml
index 435f200d..cdc02eb5 100644
--- a/sink/pom.xml
+++ b/sink/pom.xml
@@ -21,7 +21,7 @@
xyz.gianlu.librespot
librespot-java
- 1.6.1-SNAPSHOT
+ 1.6.1
../pom.xml