diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 12.1.1 (2023.06.26)
+
++ Fix maintainer field
+
 ## 12.1.0 (2023.06.26)
 
 + Merge llvm-hs and llvm-hs-pure.
diff --git a/llvm-party.cabal b/llvm-party.cabal
--- a/llvm-party.cabal
+++ b/llvm-party.cabal
@@ -1,13 +1,13 @@
 cabal-version:      2.2
 name:               llvm-party
-version:            12.1.0
+version:            12.1.1
 license:            BSD-3-Clause
 license-file:       LICENSE
 author:
   Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>, Benjamin S. Scarlet
 
 maintainer:
-  Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
+  Jappie Klooster <hi@jappie.me>
 
 copyright:          (c) 2013 Benjamin S. Scarlet and Google Inc.
 homepage:           http://github.com/jappeace/llvm-party/
