diff --git a/LICENSE.markdown b/LICENSE.markdown
--- a/LICENSE.markdown
+++ b/LICENSE.markdown
@@ -1,4 +1,4 @@
-Copyright 2021 Taylor Fausak
+Copyright 2022 Taylor Fausak
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff --git a/patrol.cabal b/patrol.cabal
--- a/patrol.cabal
+++ b/patrol.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: patrol
-version: 0.0.2
+version: 0.0.3
 synopsis: Sentry SDK
 description: Patrol is a Sentry SDK.
 
@@ -29,7 +29,7 @@
     , http-client >= 0.6.4 && < 0.8
     , http-types >= 0.12.3 && < 0.13
     , network-uri >= 2.6.2 && < 2.7
-    , text >= 1.2.4 && < 1.3
+    , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1
     , time >= 1.9.3 && < 1.12
     , uuid >= 1.3.13 && < 1.4
   default-extensions: NamedFieldPuns
