Updates for a release
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b26ba20..11b18a9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,20 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.23
+==================================
+* Bug Fixes:
+    - Bug 561474 Add check that we need commit signing
+    - Bug 561596 Fix typo in function call
+    - Bug 561264 AbstractEbuildProcess: remove cgroup with release_agent
+                 SyncRepos.async: group sync and callback as composite task
+    - Bug 554084 unpack: use chmod-lite helper
+    - Bug 562108 repoman/argparser.py: _unicode_decode the commitmsg
+    - Bug 561846 dohtml: handle unicode
+    - Bug 534022 scanner.py: Fix options.output_style for column output
+* Add icecream feature support
+
+
 portage-2.2.22
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index ec43cfd..fda95db 100755
--- a/setup.py
+++ b/setup.py
@@ -612,7 +612,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.2.22',
+	version = '2.2.23',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',