diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## <small>0.8.1 (2025-05-02)</small>
+
+* Remove maintainers section ([52ccba7](https://github.com/finn-no/unleash-client-haskell/commit/52ccba7))
+* Update README.md ([3c2ba7b](https://github.com/finn-no/unleash-client-haskell/commit/3c2ba7b))
+
+
+
 ## <small>0.8.0 (2025-05-02)</small>
 
 * Add source-repository ([116c725](https://github.com/finn-no/unleash-client-haskell/commit/116c725))
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -18,16 +18,13 @@
 
 Available on [Hackage](https://hackage.haskell.org/package/unleash-client-haskell).
 
+This project is currently unmaintained.
+
 ## Build
 
 ```
 nix-build
 ```
-
-## Maintainers
-
-- [Even Brenden](mailto:uch@anythingexternal.com)
-- [Eirik Meland](mailto:eirik.meland@gmail.com)
 
 ## Dependencies
 
diff --git a/unleash-client-haskell.cabal b/unleash-client-haskell.cabal
--- a/unleash-client-haskell.cabal
+++ b/unleash-client-haskell.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               unleash-client-haskell
-version:            0.8.0
+version:            0.8.1
 synopsis:           Unleash feature toggle client
 description:
   This is an [Unleash](https://www.getunleash.io/) client SDK for Haskell.
