diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a520e5c..26507507 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [4.2.0]
+
+- add a setting to display the action buttons in the footer instead of in the header on mobile (#1121)
+- the websocket notification now contains everything needed to update the UI, the client no longer needs to make an API
+ call to get the latest data when receiving the notification
+- add a workaround to the Fever API for the Unread iOS app (#1188)
+- fix an issue that caused dates to be saved incorrectly if the database server and the application server were in
+ different timezones (#1187)
+
## [4.1.0]
- it is now possible to open the sidebar on mobile by swiping to the right (#1098)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index caa9fe94..bbfea68f 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.1.0
+ 4.2.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index c8ed9df4..6a77b062 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 4.1.0
+ 4.2.0
commafeed-server
CommaFeed Server
@@ -211,7 +211,7 @@
com.commafeed
commafeed-client
- 4.1.0
+ 4.2.0
diff --git a/pom.xml b/pom.xml
index c5507461..a4e844bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.1.0
+ 4.2.0
CommaFeed
pom