diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@
 
 ## Unreleased
 
+## 0.1.2.2 - 2024-01-09 
+
+### Fixed
+
+- Fixed dependency versions
+
 ## 0.1.2.1 - 2024-01-09 
 
 ### Added 
diff --git a/waterfall-cad-examples.cabal b/waterfall-cad-examples.cabal
--- a/waterfall-cad-examples.cabal
+++ b/waterfall-cad-examples.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           waterfall-cad-examples
-version:        0.1.2.1
+version:        0.1.2.2
 synopsis:       Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library
 description:    Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
 category:       Graphics
@@ -45,9 +45,9 @@
       base >=4.7 && <5
     , lens ==5.*
     , linear >=1.21 && <2
-    , opencascade-hs >=0.1.1.0 && <0.2
+    , opencascade-hs >=0.1.2.2 && <0.2
     , optparse-applicative >=0.17 && <0.19
-    , waterfall-cad >=0.1.1.1 && <0.2
+    , waterfall-cad >=0.1.2.2 && <0.2
   default-language: Haskell2010
 
 executable waterfall-cad-examples
@@ -61,8 +61,8 @@
       base >=4.7 && <5
     , lens ==5.*
     , linear >=1.21 && <2
-    , opencascade-hs >=0.1.1.0 && <0.2
+    , opencascade-hs >=0.1.2.2 && <0.2
     , optparse-applicative >=0.17 && <0.19
-    , waterfall-cad >=0.1.1.1 && <0.2
+    , waterfall-cad >=0.1.2.2 && <0.2
     , waterfall-cad-examples
   default-language: Haskell2010
