diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
 # Change Log / Release Notes
 
+## 0.3.0.3 (October 09, 2018)
+
+ * Bumped dependencies
+
 ## 0.3.0.2 (March 20, 2018)
 
   * Updated to LTS Haskell 11.1
diff --git a/cassava-streams.cabal b/cassava-streams.cabal
--- a/cassava-streams.cabal
+++ b/cassava-streams.cabal
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 name:          cassava-streams
-version:       0.3.0.2
+version:       0.3.0.3
 synopsis:      io-streams interface for the cassava CSV library.
 license:       BSD3
 license-file:  LICENSE
@@ -9,7 +9,7 @@
 copyright:     Copyright (c) 2014-2018 Peter Jones
 category:      Data, Text, CSV, IO-Streams
 build-type:    Simple
-cabal-version: >=1.18
+cabal-version: 1.18
 tested-with:   GHC==7.10.3, GHC==8.0.2
 homepage:      https://github.com/pjones/cassava-streams
 bug-reports:   https://github.com/pjones/cassava-streams/issues
@@ -100,6 +100,6 @@
                , cassava
                , cassava-streams
                , io-streams
-               , tasty >= 0.8 && < 1.1
+               , tasty >= 0.8 && < 1.2
                , tasty-quickcheck >= 0.8 && < 1.0
                , vector
