diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for curly-expander
 
+## 0.3.0.3
+* Bumped up curly-expander base package upper bound
+
 ## 0.3.0.2
 * Bumped up upper bounds and bumped down lower bounds of dependency constraints
 * Fixed broken build in Hackage
diff --git a/curly-expander.cabal b/curly-expander.cabal
--- a/curly-expander.cabal
+++ b/curly-expander.cabal
@@ -1,7 +1,7 @@
 cabal-version:       3.0
 
 name:                curly-expander
-version:             0.3.0.2
+version:             0.3.0.3
 synopsis:            Curly braces (brackets) expanding
 description:         A library for curly braces (brackets) expanding - similar to bash curly expanding. It also contain an extended version of it.
 
@@ -22,7 +22,7 @@
   ghc-options: -Wall -Wextra
   default-language:    Haskell2010
   build-depends:   
-    base >= 4.14 && <4.17,
+    base >= 4.14 && <4.20,
     parsec ^>= 3.1,
     text ^>= 1.2
 
@@ -65,4 +65,4 @@
 source-repository this
     type: git
     location: https://github.com/stastnypremysl/curly-expander
-    tag: 0.3.0.2
+    tag: 0.3.0.3
