diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## <small>0.12.1 (2025-05-02)</small>
+
+* Remove maintainers section ([613aa86](https://github.com/finn-no/unleash-client-haskell-core/commit/613aa86))
+* Update README.md ([84a744b](https://github.com/finn-no/unleash-client-haskell-core/commit/84a744b))
+
+
+
 ## <small>0.12.0 (2025-01-21)</small>
 
 * Add source-repository ([70fe283](https://github.com/finn-no/unleash-client-haskell-core/commit/70fe283))
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@
 
 Available on [Hackage](https://hackage.haskell.org/package/unleash-client-haskell-core).
 
+This project is currently unmaintained.
+
 ## Build
 
 ```
@@ -27,11 +29,6 @@
 nix-shell
 cabal test
 ```
-
-## Maintainers
-
-- [Even Brenden](mailto:uch@anythingexternal.com)
-- [Eirik Meland](mailto:eirik.meland@gmail.com)
 
 ## Dependencies
 
diff --git a/unleash-client-haskell-core.cabal b/unleash-client-haskell-core.cabal
--- a/unleash-client-haskell-core.cabal
+++ b/unleash-client-haskell-core.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               unleash-client-haskell-core
-version:            0.12.0
+version:            0.12.1
 synopsis:           Unleash feature toggle client core
 description:
   This is a library for evaluating [Unleash](https://www.getunleash.io/) feature toggles.
