diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
 For the latest version of this document, please see
 [https://github.com/DougBurke/hvega/blob/master/ihaskell-hvega/CHANGELOG.md](https://github.com/DougBurke/hvega/blob/master/ihaskell-hvega/CHANGELOG.md).
 
+## 0.2.2.0 - 0.2.5.0
+
+Bump the maximum version of hvega.
+
 ## 0.2.1.0
 
-THe module now exports the `VegaLiteLab` type (provided by Alexey
+The module now exports the `VegaLiteLab` type (provided by Alexey
 Kuleshevich (lehins). This type is used to support display in Jupyter
 Lab as well as notebooks, and is a somewhat experimental feature.
 
diff --git a/ihaskell-hvega.cabal b/ihaskell-hvega.cabal
--- a/ihaskell-hvega.cabal
+++ b/ihaskell-hvega.cabal
@@ -1,5 +1,5 @@
 name:                ihaskell-hvega
-version:             0.2.4.0
+version:             0.2.5.0
 synopsis:            IHaskell display instance for hvega types.
 description:         Support Vega-Lite visualizations in IHaskell notebooks.
 homepage:            https://github.com/DougBurke/hvega
@@ -22,7 +22,7 @@
   exposed-modules:     IHaskell.Display.Hvega
   build-depends:       base >= 4.7 && < 5
                      , aeson >= 0.11 && < 1.5
-                     , hvega < 0.8
+                     , hvega < 0.9
                      , ihaskell >= 0.9.1 && < 0.11
                      , text == 1.2.*
 
