diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 0.1.1 - November 27, 2020
+
+- Increase upper bound on `time` library version
+
 # 0.1 - March 2, 2020
 
 - `fromText` parses from `Text` to the `RRule` type
diff --git a/rrule.cabal b/rrule.cabal
--- a/rrule.cabal
+++ b/rrule.cabal
@@ -1,7 +1,7 @@
 cabal-version: 1.12
 
 name:           rrule
-version:        0.1.0.0
+version:        0.1.1
 synopsis:       Recurrence rule parser and formatter
 description:    Parser for recurrence rules including formatting back to RFC 5545 recurrence
                 rule strings as well as providing English descriptions
@@ -35,7 +35,7 @@
     , megaparsec         >= 8.0.0 && < 8.1
     , text               >= 1.2.3 && < 1.3
     , parser-combinators >= 1.2.1 && < 1.3
-    , time               >= 1.8.0 && < 1.9
+    , time               >= 1.8.0 && < 1.12
   default-extensions:
       OverloadedStrings
     , LambdaCase
