diff --git a/hs-opentelemetry-instrumentation-yesod.cabal b/hs-opentelemetry-instrumentation-yesod.cabal
--- a/hs-opentelemetry-instrumentation-yesod.cabal
+++ b/hs-opentelemetry-instrumentation-yesod.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           hs-opentelemetry-instrumentation-yesod
-version:        0.0.1.1
+version:        0.0.1.2
 synopsis:       Yesod middleware for providing OpenTelemetry instrumentation
 description:    Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/yesod#readme>
 category:       OpenTelemetry, Web
@@ -35,7 +35,7 @@
   ghc-options: -Wall
   build-depends:
       base >=4.7 && <5
-    , hs-opentelemetry-api ==0.0.2.*
+    , hs-opentelemetry-api ==0.0.3.*
     , hs-opentelemetry-instrumentation-wai ==0.0.1.*
     , microlens
     , mtl
@@ -56,7 +56,7 @@
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base >=4.7 && <5
-    , hs-opentelemetry-api ==0.0.2.*
+    , hs-opentelemetry-api ==0.0.3.*
     , hs-opentelemetry-instrumentation-wai ==0.0.1.*
     , hs-opentelemetry-instrumentation-yesod
     , microlens
