diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@
 
 ## Unreleased
 
+## 0.6.2.0
+
 ## 0.6.1.0
 
 ## 0.6.0.1
diff --git a/waterfall-cad-svg.cabal b/waterfall-cad-svg.cabal
--- a/waterfall-cad-svg.cabal
+++ b/waterfall-cad-svg.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           waterfall-cad-svg
-version:        0.6.1.0
+version:        0.6.2.0
 synopsis:       Declarative CAD/Solid Modeling Library, SVG Support
 description:    Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
 category:       Graphics
@@ -38,13 +38,13 @@
   ghc-options: -Wall -Werror=compat -Werror=identities -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=missing-home-modules -Werror=missing-export-lists -Werror=partial-fields -Werror=redundant-constraints -optc -Werror-implicit-function-declaration
   build-depends:
       JuicyPixels ==3.*
-    , attoparsec >=0.14 && <1.0
+    , attoparsec >=0.14 && <1
     , base >=4.7 && <5
-    , lens >5 && <6
-    , linear >=1.0 && <2.0
-    , opencascade-hs >=0.6.1.0 && <0.7
+    , lens ==5.*
+    , linear >=1.0 && <2
+    , opencascade-hs >=0.6.2.0 && <0.7
     , resourcet >=1.2 && <1.4
-    , svg-tree >=0.6 && <1.0
-    , text >=1.2 && <3.0
-    , waterfall-cad >=0.6.1.0 && <0.7
+    , svg-tree >=0.6 && <1
+    , text >=1.2 && <3
+    , waterfall-cad >=0.6.2.0 && <0.7
   default-language: Haskell2010
