From efbaec8e6fb5cda1d21770e72b3ee84aca39f1ed Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Thu, 17 Mar 2016 10:17:03 -0700
Subject: [PATCH] Bump version to 1.2.2.1

---
 changelog.md | 11 +++++++++++
 text.cabal   |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index b2652be7..2f40081b 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 5fa1be0f..a0f2d3b0 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.
-- 
GitLab