diff --git a/CHANGELOG.md b/CHANGELOG.md
index c893cdb40..5aa5c43f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,15 @@
# Changelog
+## [3.3.1]
+
+- fix long feed names not being shortened to respect tree max width
+
## [3.3.0]
- there are now database changes, rolling back to 2.x will no longer be possible
- restore support for user custom CSS rules
- add support for user custom JS code that will be executed on page load
-
## [3.2.0]
- restore the welcome page
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 70db40669..1e2ca7c90 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.3.0
+ 3.3.1
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 12cf3ef8d..778c434a6 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 3.3.0
+ 3.3.1
commafeed-server
CommaFeed Server
@@ -237,7 +237,7 @@
com.commafeed
commafeed-client
- 3.3.0
+ 3.3.1
diff --git a/pom.xml b/pom.xml
index af0200c48..e4cc9d0c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.3.0
+ 3.3.1
CommaFeed
pom