diff --git a/Cabal/Makefile b/Cabal/Makefile
index 5763ff2a49ef2e2e4677802a1bb695903fbf8aef..a8c347a1b7544c9a077e8973ddd03e1e2faad5a8 100644
--- a/Cabal/Makefile
+++ b/Cabal/Makefile
@@ -1,5 +1,5 @@
 
-VERSION=1.22.2.0
+VERSION=1.22.3.0
 
 #KIND=devel
 KIND=rc
diff --git a/Cabal/changelog b/Cabal/changelog
index f05a6c8ec8c80ed106d86cf056a6012b439f0a07..7368257acabc0407fdcded2a54ec67c1744440a4 100644
--- a/Cabal/changelog
+++ b/Cabal/changelog
@@ -1,4 +1,9 @@
 -*-change-log-*-
+1.22.3.0 Ryan Thomas <ryan@ryant.org> April 2015
+	* Fix for the ghcjs-pkg version number handling (Luite Stegeman)
+	* filterConfigureFlags: filter more flags (Mikhail Glushenkov)
+	* Cabal check will fail on -fprof-auto passed as a ghc-option - Fixes #2479 (John Chee)
+
 1.22.2.0 Ryan Thomas <ryan@ryant.org> March 2015
 	* Don't pass '--{en,dis}able-profiling' to old setup.
 	* Add -Wall police