diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+* 0.2.2 (2022-05-09)
+
+  Support for base 4.16 / GHC 9.2
+
+  GHC versions below 8.10 are no longer tested in CI.
+
 * opentracing/0.2.1 (2021-11-08)
 
   Support aeson 2.x (#39)
diff --git a/opentracing.cabal b/opentracing.cabal
--- a/opentracing.cabal
+++ b/opentracing.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:           opentracing
-version:        0.2.1
+version:        0.2.2
 synopsis:       OpenTracing for Haskell
 homepage:       https://github.com/kim/opentracing
 bug-reports:    https://github.com/kim/opentracing/issues
@@ -49,7 +49,7 @@
   build-depends:
       aeson >= 1.1
     , async >= 2.1
-    , base  >= 4.9 && < 4.16
+    , base  >= 4.9 && < 4.17
     , base64-bytestring >= 1.0
     , bytestring >= 0.10
     , case-insensitive >= 1.2
