diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change log
 
+## 0.2.0.0
+
+* Dependency bump: `context-0.2.0.0`
+
 ## 0.1.0.0
 
 Initial release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
 
 [![Version badge][]][version]
 
-🚧 This README is under construction and could use some love. 🚧
-
 `context-wai-middleware` supports adding request-specific (or not!) context to
 your WAI applications.
 
diff --git a/context-wai-middleware.cabal b/context-wai-middleware.cabal
--- a/context-wai-middleware.cabal
+++ b/context-wai-middleware.cabal
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.33.0.
+-- This file has been generated from package.yaml by hpack version 0.34.4.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: 402f8eded58ae9b921e8d899368a09ce17ec0777f49fb810766e91cdaeb4e7f4
 
 name:           context-wai-middleware
-version:        0.1.0.0
+version:        0.2.0.0
 synopsis:       Add request-specific (or not!) context to your WAI applications
 description:    Add request-specific (or not!) context to your WAI applications.
 category:       Web
@@ -40,7 +38,7 @@
   ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints
   build-depends:
       base >=4.12 && <5
-    , context >=0.1.0.0 && <0.2
+    , context >=0.2.0.0 && <0.3
     , wai >=3.0.3.0 && <3.3
   default-language: Haskell2010
 
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: context-wai-middleware
-version: '0.1.0.0'
+version: '0.2.0.0'
 github: "jship/context/context-wai-middleware"
 license: MIT
 license-file: LICENSE.md
@@ -26,7 +26,7 @@
 library:
   dependencies:
   - base >=4.12 && <5
-  - context >=0.1.0.0 && <0.2
+  - context >=0.2.0.0 && <0.3
   - wai >=3.0.3.0 && <3.3
   source-dirs: library
 
