diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+1.2.2
+* Add Solo instances
+
 1.2.1
 * Explicitly mark modules as Safe or Trustworthy
 
diff --git a/universe.cabal b/universe.cabal
--- a/universe.cabal
+++ b/universe.cabal
@@ -1,5 +1,5 @@
 name:               universe
-version:            1.2.1
+version:            1.2.2
 synopsis:           A class for finite and recursively enumerable types.
 description:
   A class for finite and recursively enumerable types and some helper functions for enumerating them
@@ -32,7 +32,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
@@ -51,8 +53,8 @@
     Data.Universe.Instances.Reverse
 
   build-depends:
-      universe-base                >=1.1.2 && <1.1.3
-    , universe-instances-extended  >=1.1.2 && <1.1.3
+      universe-base                >=1.1.3 && <1.1.4
+    , universe-instances-extended  >=1.1.3 && <1.1.4
     , universe-reverse-instances   >=1.1.1 && <1.1.2
     , universe-some                >=1.2.1 && <1.2.2
 
