diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml
--- a/CHANGELOG.yaml
+++ b/CHANGELOG.yaml
@@ -1,4 +1,9 @@
 releases:
+  - version: "0.1.1.0"
+    changes:
+      - description: "Add missing LICENSE file to servant-quickcheck"
+        authors: tchoutri
+        date: 2024-05-16
   - version: "0.1.0.0"
     changes:
       - description: "Support servant{-server,-client} up to 0.20, support base up to 4.19, drop support for some older servant and base versions, drop support for stack, drop testing for some older ghc versions"
diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal
--- a/servant-quickcheck.cabal
+++ b/servant-quickcheck.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.4
 name:               servant-quickcheck
-version:            0.1.0.0
+version:            0.1.1.0
 synopsis:           QuickCheck entire APIs
 description:
   This packages provides QuickCheck properties that are tested across an entire API.
@@ -12,7 +12,7 @@
 category:           Web
 build-type:         Simple
 extra-source-files: CHANGELOG.yaml
-tested-with:        GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1
+tested-with:        GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1 || ==9.10.1
 
 source-repository head
   type:     git
@@ -36,7 +36,7 @@
   ghc-options:        -Wall -Wcompat
   build-depends:
       aeson                  >=0.8    && <2.3
-    , base                   >=4.9    && <4.20
+    , base                   >=4.14   && <4.21
     , base-compat-batteries  >=0.10.1 && <0.15
     , bytestring             >=0.10   && <0.13
     , case-insensitive       >=1.2    && <1.3
@@ -50,9 +50,9 @@
     , pretty                 >=1.1    && <1.2
     , process                >=1.2    && <1.7
     , QuickCheck             >=2.7    && <2.16
-    , servant                >=0.18.2 && <0.21
-    , servant-client         >=0.17   && <0.21
-    , servant-server         >=0.17   && <0.21
+    , servant                >=0.20.2 && <0.21
+    , servant-client         >=0.20.2 && <0.21
+    , servant-server         >=0.20.2 && <0.21
     , split                  >=0.2    && <0.3
     , temporary              >=1.2    && <1.4
     , text                   >=1      && <2.2
