diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
+### v0.3.0.2
+
+- Upgrade aws-general, aws-kinesis lower bounds.
+
 ### v0.3.0.1
 
 - [Producer] Write errors to stderr rather than stdout.
 
-- [Consumer CLI] Exist with a failure code (1) when the run is not considered
+- [Consumer CLI] Exit with a failure code (1) when the run is not considered
   successful (i.e.  if a limit was specified, and the CLI failed to retrieve
   that many records).
 
diff --git a/aws-kinesis-client.cabal b/aws-kinesis-client.cabal
--- a/aws-kinesis-client.cabal
+++ b/aws-kinesis-client.cabal
@@ -1,5 +1,5 @@
 name:                aws-kinesis-client
-version:             0.3.0.1
+version:             0.3.0.2
 synopsis:            A producer & consumer client library for AWS Kinesis
 -- description:
 license:             Apache-2.0
@@ -26,7 +26,7 @@
                        base-unicode-symbols,
                        aeson >=0.8,
                        aws >=0.10.5,
-                       aws-kinesis >=0.1.3,
+                       aws-kinesis >=0.1.4,
                        conduit >=1.2.3.1,
                        containers >=0.5.5.1,
                        data-carousel >=0.1.0.0,
@@ -62,8 +62,8 @@
                        base-unicode-symbols,
                        aeson >=0.8,
                        aws >=0.10.5,
-                       aws-general >=0.1.1,
-                       aws-kinesis >=0.1.2,
+                       aws-general >=0.2.1,
+                       aws-kinesis >=0.1.4,
                        aws-kinesis-client,
                        conduit >=1.2.3.1,
                        either >=4.3.2.1,
diff --git a/cli/CLI.hs b/cli/CLI.hs
--- a/cli/CLI.hs
+++ b/cli/CLI.hs
@@ -138,7 +138,7 @@
              , credentials = credentials
              , logger = defaultLog Warning
              }
-        , _kkKinesisConfiguration = KinesisConfiguration _clioRegion
+        , _kkKinesisConfiguration = defaultKinesisConfiguration _clioRegion
         }
     , _ckStreamName = _clioStreamName
     , _ckBatchSize = 100
