From cde5e58b12e744ca4742db71443bee6584dfd1e9 Mon Sep 17 00:00:00 2001
From: David Feuer <David.Feuer@gmail.com>
Date: Mon, 28 Jun 2021 04:15:31 -0400
Subject: [PATCH] Prepare for release

---
 containers/changelog.md     | 21 ++++++++++++++++++++-
 containers/containers.cabal |  2 +-
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/containers/changelog.md b/containers/changelog.md
index 450d47d9..6aad9e30 100644
--- a/containers/changelog.md
+++ b/containers/changelog.md
@@ -1,6 +1,25 @@
 # Changelog for [`containers` package](http://github.com/haskell/containers)
 
-## [0.6.4.1]
+## 0.6.5.1
+
+### Bug fixes
+
+* `foldr'` and `foldl'` for `Map` and `Set` are now strict everywhere they
+  should be, and we have detailed tests to make sure they stay that way.
+  (Thanks, coot.)
+
+* The `Ord IntSet` instance, which was broken in the last version, has been
+  repaired.
+
+### New instance
+
+* We now have `Ord a => Ord (Tree a)` (Thanks, Ericson2314.)
+
+### Testing fixes
+
+* Thanks to konsumlamm and infinity0 for various bug fixes in the test suite.
+
+## 0.6.4.1
 
 ### Bug fixes
 
diff --git a/containers/containers.cabal b/containers/containers.cabal
index eaa9020c..3e26cc25 100644
--- a/containers/containers.cabal
+++ b/containers/containers.cabal
@@ -1,5 +1,5 @@
 name: containers
-version: 0.6.4.1
+version: 0.6.5.1
 license: BSD3
 license-file: LICENSE
 maintainer: libraries@haskell.org
-- 
GitLab