diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.5
+
+- Support `aeson-2.2.x`.
+
 # 0.1.0.4
 
 - Support `aeson-2.1.x`.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2022, Jasper Woudenberg
+Copyright (c) 2023, Jasper Woudenberg
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/wai-feature-flags.cabal b/wai-feature-flags.cabal
--- a/wai-feature-flags.cabal
+++ b/wai-feature-flags.cabal
@@ -3,11 +3,9 @@
 -- This file has been generated from package.yaml by hpack version 0.34.7.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: f662828506c4b55e1864e8158cf68568563657f07811553584b31cf57382967f
 
 name:           wai-feature-flags
-version:        0.1.0.4
+version:        0.1.0.5
 synopsis:       Feature flag support for WAI applications.
 description:    Please see the README at <https://github.com/jwoudenberg/wai-feature-flags>.
 category:       Web
@@ -15,7 +13,7 @@
 bug-reports:    https://github.com/jwoudenberg/wai-feature-flags/issues
 author:         Jasper Woudenberg
 maintainer:     mail@jasperwoudenberg.com
-copyright:      2022 Jasper Woudenberg
+copyright:      2023 Jasper Woudenberg
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
@@ -37,7 +35,7 @@
   hs-source-dirs:
       src
   build-depends:
-      aeson >=1.2.4.0 && <2.2
+      aeson >=1.2.4.0 && <2.3
     , base >=4.10.1.0 && <5
     , bytestring >=0.10.8.2 && <0.12
     , splitmix >=0.0.3 && <0.2
