diff --git a/changelog.md b/changelog.md
index b2652be74de48eee71a22a0be325a6455ae95676..2f40081b5df725a2f1d6983748a0342e264299ae 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,14 @@
+1.2.2.1
+
+* The switch to `integer-pure` in 1.2.2.0 was apparently mistaken.
+  The build flag has been renamed accordingly.  Your army of diligent
+  maintainers apologizes for the churn.
+
+* Spec compliance: toCaseFold now follows the Unicode 8.0 spec
+  (updated from 7.0)
+
+* An STG lint error has been fixed
+
 1.2.2.0
 
 * The `integer-simple` package, upon which this package optionally
diff --git a/text.cabal b/text.cabal
index 5fa1be0f076d79dde862e9fc3a13b36ee6efed30..a0f2d3b0acf2c9eb8a03ec42f844280ba681391a 100644
--- a/text.cabal
+++ b/text.cabal
@@ -1,5 +1,5 @@
 name:           text
-version:        1.2.2.0
+version:        1.2.2.1
 homepage:       https://github.com/bos/text
 bug-reports:    https://github.com/bos/text/issues
 synopsis:       An efficient packed Unicode text type.