diff --git a/CHANGELOG.md b/CHANGELOG.md
index ced0bae02e5d537b0a9c8e9dfae4ebdbd4a963e2..7dedc8c03d432415b249c5a656780a73ae8aea5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+v0.42
+=====
+
+- !115 - Fix compilation on win32 with EGL
+- !114 - spice-widget: fix hotspot position on Wayland/HiDPI
+- !112 - meson: Allow building on a Wayland-only environment
+- !110 - usb-backend: Fix devices not being enumerated
+- !108 - spicy: Add keyboard shortcuts for copy/paste sync
+- Require meson >= 0.56
+
 v0.41
 =====
 
@@ -18,7 +28,7 @@ v0.40
 - !93 - #137 - add support for TLS-SNI
 - !92 - Support USB emulation for MacOS
 - !96 - Support side mouse buttons
-- !85 - #75 - add spice_display_keyboard_ungrab() 
+- !85 - #75 - add spice_display_keyboard_ungrab()
 - !81 - GL fix warning fix and improve scanout logic
 - !84 - Fix leak and warnings in gstaudio and spicy
 - !86, !87, !90 - Several introspection fixes and improvements
@@ -35,7 +45,7 @@ v0.39
 - !48 - Add support to Wayland mouse in server mode
 - !49 - #126 - Read all SASL buffer
 - !54 - Add Copy & Paste support over Webdav
-- !58 - Improve input and display on HiDPI displays 
+- !58 - Improve input and display on HiDPI displays
 - !64 - Add support for Physical size display
 - !69 - Fix leak on Display's surface
 - !74 - Fix read overflow on (not seamless) migration code
diff --git a/src/meson.build b/src/meson.build
index 9811c65e1e8db72311580beeeac96aa564a3d85e..daff1aaaedda5ae9878e7a1429c6204b02371f9d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -194,7 +194,7 @@ endif
 # soversion
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 spice_client_glib_current = 16
-spice_client_glib_revision = 1
+spice_client_glib_revision = 2
 spice_client_glib_age = 8
 spice_client_glib_so_version = '@0@.@1@.@2@'.format(spice_client_glib_current - spice_client_glib_age,
                                                     spice_client_glib_age,
@@ -382,7 +382,7 @@ if spice_gtk_has_gtk
   # soversion
   # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
   spice_client_gtk_current = 6
-  spice_client_gtk_revision = 0
+  spice_client_gtk_revision = 1
   spice_client_gtk_age = 1
   spice_client_gtk_so_version = '@0@.@1@.@2@'.format(spice_client_gtk_current - spice_client_gtk_age,
                                                      spice_client_gtk_age,