diff --git a/CHANGELOG b/CHANGELOG
index c3809d2ba70dc822dc3d7990e1fe8477425c87fe..9a078ff78b173c3a718a4f61611ed947a189b5c6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,39 @@
+0.2.3 Jul 12:
+  o Adapt code to Soledad 0.2.1 api.
+  o Fix Main Window briefly display before the wizard on first
+    start. Closes Bug #2954.
+  o Bugfix: Remember should not be automatically set to
+    checked. Closes #2955.
+  o Bugfix: reload config if switching to a different provider. Closes
+    #3067.
+  o Bugfix: logger window's toggle button reflects window
+    state. Closes #3152.
+  o Set timeout for requests to 10 seconds globally, configurable from
+    leap.util.constants. Fixes #2878.
+  o Bugfix: display error message on registration problem. Closes
+    #3039.
+  o Make wizard use the main event loop, ensuring clean termination.
+  o Use cocoasudo for installing missing updown scripts.
+  o Bugfix: Systray Turn ON action fails because is not correctly
+    enabled/disabled. Closes #3125.
+  o Bugfix: wrong systray icon on startup. Closes #3147.
+  o Bugfix: parse line return in the logger window. Closes #3151.
+  o Do not log user data on registration. Fixes #3168.
+  o Add --log-append eip.log to windows EIP launcher options to save
+    the logs in case of any problems. Fixes #2054.
+  o OSX: Make the install_path relative to the launcher path instead
+    of absolute.
+  o OSX: Fix icon display in cocoasudo.
+  o OSX: Raise window when showing if running on OSX.
+  o Bugfix: EIP status button moved to status panel.
+  o Check if there is no gateway to use and display correct
+    message. Close #2921.
+  o Reorder tray icons according new design. Closes #2919.
+  o Redirect stdout/stderr and twisted log to the logger. Closes
+    #3134.
+  o Improve LoggerWindow colors for easier debugging.
+  o Move the key manager to its own repository/package.
+
 0.2.2 Jun 28:
   o Add support for the kde polkit daemon
   o Handle 'Incorrect Password' exception (keyring)
diff --git a/changes/bug-2853-use-latest-soledad-api b/changes/bug-2853-use-latest-soledad-api
deleted file mode 100644
index b27e38aa715b28f9f4d82f57693fda522649a941..0000000000000000000000000000000000000000
--- a/changes/bug-2853-use-latest-soledad-api
+++ /dev/null
@@ -1 +0,0 @@
-  o Adapt code to Soledad 0.2.1 api.
diff --git a/changes/bug-2954_fix-mainwindow-show b/changes/bug-2954_fix-mainwindow-show
deleted file mode 100644
index 28a3b2cd1ad37401f5da707dacc41cceac6b67b7..0000000000000000000000000000000000000000
--- a/changes/bug-2954_fix-mainwindow-show
+++ /dev/null
@@ -1 +0,0 @@
-  o Fix Main Window briefly display before the wizard on first start. Closes Bug #2954.
diff --git a/changes/bug-2955_fix_remember_me b/changes/bug-2955_fix_remember_me
deleted file mode 100644
index bfbb6a7910f6b6b97ee8572b6e9723d63e097743..0000000000000000000000000000000000000000
--- a/changes/bug-2955_fix_remember_me
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: Remember should not be automatically set to checked. Closes #2955.
diff --git a/changes/bug-3067_faulty-multiple-provider-selection b/changes/bug-3067_faulty-multiple-provider-selection
deleted file mode 100644
index fef95a6e3eb0916fef1f26d901c9ebbc5f7a4696..0000000000000000000000000000000000000000
--- a/changes/bug-3067_faulty-multiple-provider-selection
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: reload config if switching to a different provider. Closes #3067.
diff --git a/changes/bug-3152_logger-window-toggle b/changes/bug-3152_logger-window-toggle
deleted file mode 100644
index b282e1e55235213d054dc34642acaa81c518b07a..0000000000000000000000000000000000000000
--- a/changes/bug-3152_logger-window-toggle
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: logger window's toggle button reflects window state. Closes #3152.
diff --git a/changes/bug2878-unreachable_provider b/changes/bug2878-unreachable_provider
deleted file mode 100644
index d23e4f8a395db09c7654d784e9acb3ed14fcccbf..0000000000000000000000000000000000000000
--- a/changes/bug2878-unreachable_provider
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Set timeout for requests to 10 seconds globally, configurable from
-    leap.util.constants. Fixes #2878.
\ No newline at end of file
diff --git a/changes/bug_3039-registration-error-message b/changes/bug_3039-registration-error-message
deleted file mode 100644
index ef964d636912ec60a2c05e35cc8027d56e8ae08a..0000000000000000000000000000000000000000
--- a/changes/bug_3039-registration-error-message
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: display error message on registration problem. Closes #3039.
diff --git a/changes/bug_3047_wizard_hangs_client_on_termination b/changes/bug_3047_wizard_hangs_client_on_termination
deleted file mode 100644
index 00af473886082cc1955fcd98ca327a8e4505c968..0000000000000000000000000000000000000000
--- a/changes/bug_3047_wizard_hangs_client_on_termination
+++ /dev/null
@@ -1 +0,0 @@
-  o Make wizard use the main event loop, ensuring clean termination.
diff --git a/changes/bug_3113_cocoasudo_install b/changes/bug_3113_cocoasudo_install
deleted file mode 100644
index c4521e809c2c73c08a06c857313915a27476b502..0000000000000000000000000000000000000000
--- a/changes/bug_3113_cocoasudo_install
+++ /dev/null
@@ -1 +0,0 @@
-  o Use cocoasudo for installing missing updown scripts.
diff --git a/changes/bug_3125-systray-turn-on-problem b/changes/bug_3125-systray-turn-on-problem
deleted file mode 100644
index 6abe0038a3eb90a444878a4f98b2b05492de6871..0000000000000000000000000000000000000000
--- a/changes/bug_3125-systray-turn-on-problem
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: Systray Turn ON action fails because is not correctly enabled/disabled. Closes #3125.
diff --git a/changes/bug_3147-wrong-systray-icon-on-startup b/changes/bug_3147-wrong-systray-icon-on-startup
deleted file mode 100644
index 8f9d6f26b58d492f63f839152575e1a83ad80240..0000000000000000000000000000000000000000
--- a/changes/bug_3147-wrong-systray-icon-on-startup
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: wrong systray icon on startup. Closes #3147.
diff --git a/changes/bug_3151-parse-return-in-logger b/changes/bug_3151-parse-return-in-logger
deleted file mode 100644
index 734588aa4a904d2d7754848e061a0a83edc68e21..0000000000000000000000000000000000000000
--- a/changes/bug_3151-parse-return-in-logger
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: parse line return in the logger window. Closes #3151.
diff --git a/changes/bug_donnot_log_userdata b/changes/bug_donnot_log_userdata
deleted file mode 100644
index 855115b950f529e660a690cc0bd2cba29e665e79..0000000000000000000000000000000000000000
--- a/changes/bug_donnot_log_userdata
+++ /dev/null
@@ -1 +0,0 @@
-  o Do not log user data on registration. Fixes #3168.
\ No newline at end of file
diff --git a/changes/bug_openvpn_log_windows b/changes/bug_openvpn_log_windows
deleted file mode 100644
index 9c5cf4e09f692a9ae11a8666453587966bb2f26e..0000000000000000000000000000000000000000
--- a/changes/bug_openvpn_log_windows
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Add --log-append eip.log to windows EIP launcher options to save
-    the logs in case of any problems. Fixes #2054.
\ No newline at end of file
diff --git a/changes/bug_osx_bundle b/changes/bug_osx_bundle
deleted file mode 100644
index d059468d21e0a8fe8dfbe24d8758b87c0a861886..0000000000000000000000000000000000000000
--- a/changes/bug_osx_bundle
+++ /dev/null
@@ -1,2 +0,0 @@
-  o OSX: Make the install_path relative to the launcher path instead
-    of absolute.
\ No newline at end of file
diff --git a/changes/bug_osx_fix_icon b/changes/bug_osx_fix_icon
deleted file mode 100644
index 7f8cfea6d650f789e1a69c9c9e1f87b7e9ac75b9..0000000000000000000000000000000000000000
--- a/changes/bug_osx_fix_icon
+++ /dev/null
@@ -1 +0,0 @@
-  o OSX: Fix icon display in cocoasudo.
\ No newline at end of file
diff --git a/changes/bug_osx_raise_window b/changes/bug_osx_raise_window
deleted file mode 100644
index ee81fd2b0ec1ef3da05d4951120352e438f73617..0000000000000000000000000000000000000000
--- a/changes/bug_osx_raise_window
+++ /dev/null
@@ -1 +0,0 @@
-  o OSX: Raise window when showing if running on OSX.
\ No newline at end of file
diff --git a/changes/bugfix_eip-status-button-moved b/changes/bugfix_eip-status-button-moved
deleted file mode 100644
index 292984206a7032fe85111ee3cfee0ae25fae229d..0000000000000000000000000000000000000000
--- a/changes/bugfix_eip-status-button-moved
+++ /dev/null
@@ -1 +0,0 @@
-  o Bugfix: EIP status button moved to status panel.
diff --git a/changes/feature-2921_check-for-no-gateways b/changes/feature-2921_check-for-no-gateways
deleted file mode 100644
index dfd9d2bde138203a3df1e5f9ad6d4f59b3a30815..0000000000000000000000000000000000000000
--- a/changes/feature-2921_check-for-no-gateways
+++ /dev/null
@@ -1 +0,0 @@
-  o Check if there is no gateway to use and display correct message. Close #2921.
diff --git a/changes/feature_2919-reorder-tray-icons b/changes/feature_2919-reorder-tray-icons
deleted file mode 100644
index d81c7f245bcd89ef9dd831ce6eaa6093956619ae..0000000000000000000000000000000000000000
--- a/changes/feature_2919-reorder-tray-icons
+++ /dev/null
@@ -1 +0,0 @@
-  o Reorder tray icons according new design. Closes #2919.
diff --git a/changes/feature_3134-redirect-output-to-logger b/changes/feature_3134-redirect-output-to-logger
deleted file mode 100644
index b397c5bc972d3f833603ae047809552e681aa1e6..0000000000000000000000000000000000000000
--- a/changes/feature_3134-redirect-output-to-logger
+++ /dev/null
@@ -1 +0,0 @@
-  o Redirect stdout/stderr and twisted log to the logger. Closes #3134.
diff --git a/changes/feature_improve-loggerwindow-colors b/changes/feature_improve-loggerwindow-colors
deleted file mode 100644
index fe03e87770a1dc2d26c4be2b746c226afa99f80b..0000000000000000000000000000000000000000
--- a/changes/feature_improve-loggerwindow-colors
+++ /dev/null
@@ -1 +0,0 @@
-  o Improve LoggerWindow colors for easier debugging.
diff --git a/changes/feature_move-keymanager-to-its-own-repo b/changes/feature_move-keymanager-to-its-own-repo
deleted file mode 100644
index ea34cbd8894ec38345090b2c016c33086884b639..0000000000000000000000000000000000000000
--- a/changes/feature_move-keymanager-to-its-own-repo
+++ /dev/null
@@ -1 +0,0 @@
-  o Move the key manager to its own repository/package.