diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,2 +1,6 @@
+1.1.3
+
+* Add Solo instances
+
 1.1.2
 * Mark modules as explicit Safe or Trustworthy
diff --git a/universe-instances-extended.cabal b/universe-instances-extended.cabal
--- a/universe-instances-extended.cabal
+++ b/universe-instances-extended.cabal
@@ -1,5 +1,5 @@
 name:               universe-instances-extended
-version:            1.1.2
+version:            1.1.3
 synopsis:           Universe instances for types from selected extra packages
 description:
   A class for finite and recursively enumerable types and some helper functions for enumerating them
@@ -31,7 +31,9 @@
    || ==8.4.4
    || ==8.6.5
    || ==8.8.4
-   || ==8.10.3
+   || ==8.10.4
+   || ==9.0.1
+   || ==9.2.1
 
 source-repository head
   type:     git
@@ -47,9 +49,9 @@
   hs-source-dirs:   src
   exposed-modules:  Data.Universe.Instances.Extended
   build-depends:
-      base           >=4.3   && <4.15
+      base           >=4.3   && <4.17
     , containers
-    , universe-base  >=1.1.2 && <1.1.3
+    , universe-base  >=1.1.3 && <1.1.4
 
   if impl(ghc >=7.4)
     -- adjunctions-4.4 and comonad-5.0.8 have explicit annotations
