diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 `lua-arbitrary` uses [PVP Versioning][].
 
+## lua-arbitrary-1.0.1.1
+
+Released 2023-03-13.
+
+-   Allow lua-2.3.*.
+
 ## lua-arbitrary-1.0.1
 
 Released 2022-02-19.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
-Copyright © 1994-2020 Lua.org, PUC-Rio.
+Copyright © 1994-2022 Lua.org, PUC-Rio.
 Copyright © 2007-2012 Gracjan Polak
 Copyright © 2012-2015 Ömer Sinan Ağacan
-Copyright © 2016-2022 Albert Krewinkel
+Copyright © 2016-2023 Albert Krewinkel
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
diff --git a/lua-arbitrary.cabal b/lua-arbitrary.cabal
--- a/lua-arbitrary.cabal
+++ b/lua-arbitrary.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                lua-arbitrary
-version:             1.0.1
+version:             1.0.1.1
 synopsis:            Arbitrary instances for Lua types.
 description:         Provides instances for QuickCheck's \"Arbitrary\"
                      typeclass.
@@ -9,22 +9,21 @@
 license:             MIT
 license-file:        LICENSE
 author:              Albert Krewinkel, Gracjan Polak, Ömer Sinan Ağacan
-maintainer:          albert+hslua@zeitkraut.de
+maintainer:          tarleb@hslua.org
 copyright:           © 2007–2012 Gracjan Polak;
                      © 2012–2016 Ömer Sinan Ağacan;
-                     © 2017-2022 Albert Krewinkel
+                     © 2017-2023 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-source-files:  README.md
                    , CHANGELOG.md
-tested-with:         GHC == 8.0.2
-                   , GHC == 8.2.2
-                   , GHC == 8.4.4
+tested-with:         GHC == 8.4.4
                    , GHC == 8.6.5
                    , GHC == 8.8.4
                    , GHC == 8.10.7
-                   , GHC == 9.0.1
-                   , GHC == 9.2.1
+                   , GHC == 9.0.2
+                   , GHC == 9.2.5
+                   , GHC == 9.4.4
 
 source-repository head
   type:                git
@@ -32,8 +31,8 @@
 
 common common-options
   default-language:    Haskell2010
-  build-depends:       base          >= 4.8    && < 5
-                     , lua           >= 2.0    && < 2.3
+  build-depends:       base          >= 4.11   && < 5
+                     , lua           >= 2.0    && < 2.4
                      , QuickCheck    >= 2.7    && < 3
   ghc-options:         -Wall
                        -Wincomplete-record-updates
