diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,7 +1,11 @@
 # Changelog for ghc-lib-parser-ex
 
-## Unreleased
+## 0.20220201 released
+- Update to `ghc-lib-parser-0.20220201`
+
+## 0.20220103 released
 - New function `isOverLabel`
+- Update to `ghc-lib-parser-0.20220103`
 
 ## 9.0.0.6 released 2021-12-26
 - Add back `isQuasiQuote` for backwards compatibility
diff --git a/ghc-lib-parser-ex.cabal b/ghc-lib-parser-ex.cabal
--- a/ghc-lib-parser-ex.cabal
+++ b/ghc-lib-parser-ex.cabal
@@ -1,6 +1,6 @@
 cabal-version:  1.18
 name:           ghc-lib-parser-ex
-version:        0.20220103
+version:        0.20220201
 description:    Please see the README on GitHub at <https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme>
 homepage:       https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
 bug-reports:    https://github.com/shayne-fletcher/ghc-lib-parser-ex/issues
