diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4075a1ce..c893cdb40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [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 8283028c3..70db40669 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.2.0
+ 3.3.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 00f275a19..12cf3ef8d 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 3.2.0
+ 3.3.0
commafeed-server
CommaFeed Server
@@ -237,7 +237,7 @@
com.commafeed
commafeed-client
- 3.2.0
+ 3.3.0
diff --git a/pom.xml b/pom.xml
index 5048a565e..af0200c48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.2.0
+ 3.3.0
CommaFeed
pom