diff --git a/CHANGELOG.md b/CHANGELOG.md
index db096975..19b0ecaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.9.0]
+
+- A lot of CSS classes have been added to the elements of the application to ease custom CSS rules (#1757)
+- Added a link in the README to the [documentation](https://athou.github.io/commafeed/documentation/custom-css/) of the new CSS classes
+- Static resources are now cached for much longer (#1782)
+
## [5.8.0]
- A color picker is now available on the settings page to change the orange accent of the application (#1598)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 3045553e..327f42f1 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.8.0
+ 5.9.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 57f0d54b..f3060ef5 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.8.0
+ 5.9.0
commafeed-server
CommaFeed Server
@@ -327,7 +327,7 @@
com.commafeed
commafeed-client
- 5.8.0
+ 5.9.0
diff --git a/pom.xml b/pom.xml
index 503599a1..4973c106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 5.8.0
+ 5.9.0
CommaFeed
pom