From fadc6e1b07c212a388bc08f1f8b32873edf9d164 Mon Sep 17 00:00:00 2001
From: Bodigrim <andrew.lelechenko@gmail.com>
Date: Sat, 9 Sep 2023 20:17:41 +0100
Subject: [PATCH] Release unix-2.8.2.0

---
 changelog.md | 8 ++++++++
 unix.cabal   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 10668ed..100973e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,13 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
+## 2.8.2.0 *Sep 2023*
+
+  * Bump bounds to accomodate `base-4.19` and `bytestring-0.12`.
+
+  * Ensure that `FilePath`s don't contain interior `NUL`s.
+
+  * JavaScript backend: add support for `utimes` / `lutimes` / `futimes`.
+
 ## 2.8.1.1 *Mar 2023*
   * Fix `System.Posix.Env.ByteString.getEnvironment` segfaulting on empty environment
 
diff --git a/unix.cabal b/unix.cabal
index 2e8f088..8facf86 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,6 +1,6 @@
 cabal-version:  1.12
 name:           unix
-version:        2.8.1.1
+version:        2.8.2.0
 -- NOTE: Don't forget to update ./changelog.md
 
 license:        BSD3
-- 
GitLab