diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,18 +1,14 @@
-## 8.2.1  *Jul 2017*
-
-  * Bundled with GHC 8.2.1
-
-  * Add support for StaticPointers in GHCi (#12356)
+## 8.2.2 Nov 2017
 
-  * Move Typeable Binary instances to binary package
+  * Bundled with GHC 8.2.2
 
-## 8.0.2  *Jan 2017*
+## 8.2.1 Jul 2017
 
-  * Bundled with GHC 8.0.2
+  * Bundled with GHC 8.2.1
 
-  * Tag pointers in interpreted constructors (#12523)
+  * Add support for StaticPointers in GHCi (#12356)
 
-  * Add `NFData` instances
+  * Move Typeable Binary instances to `binary` package
 
 ## 8.0.1  *Feb 2016*
 
diff --git a/ghci.cabal b/ghci.cabal
--- a/ghci.cabal
+++ b/ghci.cabal
@@ -1,5 +1,5 @@
 name:           ghci
-version:        8.2.1
+version:        8.2.2
 license:        BSD3
 license-file:   LICENSE
 category:       GHC
@@ -71,8 +71,8 @@
         containers       == 0.5.*,
         deepseq          == 1.4.*,
         filepath         == 1.4.*,
-        ghc-boot         == 8.2.1,
-        ghc-boot-th      == 8.2.1,
+        ghc-boot         == 8.2.2,
+        ghc-boot-th      == 8.2.2,
         template-haskell == 2.12.*,
         transformers     == 0.5.*
 
