diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2015, Daniel Díaz
+Copyright (c) 2023, Daniel Casanueva
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Daniel Díaz nor the names of other
+    * Neither the name of Daniel Casanueva nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/byteset.cabal b/byteset.cabal
--- a/byteset.cabal
+++ b/byteset.cabal
@@ -1,14 +1,16 @@
 name:                byteset
-version:             0.1.1.0
+version:             0.1.1.1
+category:            Data
 synopsis:            Set of bytes.
 description:         Data structure for sets of bytes, where bytes are @Word8@ values.
 license:             BSD3
 license-file:        LICENSE
-author:              Daniel Díaz
-maintainer:          dhelta.diaz@gmail.com
-category:            Data
+author:              Daniel Casanueva (daniel.casanueva `at` proton.me)
+maintainer:          Daniel Casanueva (daniel.casanueva `at` proton.me)
+bug-reports:         https://gitlab.com/daniel-casanueva/haskell/byteset/-/issues
 build-type:          Simple
-cabal-version:       >=1.10
+cabal-version:       1.18
+extra-doc-files:     changelog.md
 
 library
   exposed-modules: Data.ByteSet
diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,2 @@
+## 0.1.1.1
+* Metadata update.
