diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.0.9
+
+- Expand version bounds to include aeson v2.1.x.
+
 # 0.2.0.8
 
 - Relax version bounds to inlude text-2.0.x.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2021, Jasper Woudenberg
+Copyright (c) 2022, Jasper Woudenberg
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-[![Build Status](https://travis-ci.org/jwoudenberg/bugsnag-hs.svg?branch=trunk)](https://travis-ci.org/jwoudenberg/bugsnag-hs)
-
 # bugsnag-hs
 
 A [Bugsnag][] client for Haskell. Bugsnag is an application monitoring and error reporting tool. This library provides an API for sending reports to the [Bugsnag error reporting API][].
diff --git a/bugsnag-hs.cabal b/bugsnag-hs.cabal
--- a/bugsnag-hs.cabal
+++ b/bugsnag-hs.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           bugsnag-hs
-version:        0.2.0.8
+version:        0.2.0.9
 synopsis:       A Bugsnag client for Haskell.
 description:    Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>.
 category:       Web
@@ -13,7 +13,7 @@
 bug-reports:    https://github.com/jwoudenberg/bugsnag-hs/issues
 author:         Jasper Woudenberg
 maintainer:     mail@jasperwoudenberg.com
-copyright:      2021 Jasper Woudenberg
+copyright:      2022 Jasper Woudenberg
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
@@ -35,7 +35,7 @@
   hs-source-dirs:
       src
   build-depends:
-      aeson >=1.2.4.0 && <2.1
+      aeson >=1.2.4.0 && <2.2
     , base >=4.10.1.0 && <5
     , bytestring >=0.10.8.2 && <0.12
     , http-client >=0.5.10 && <0.8
