diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,4 @@
+v0.1.0.1
+========
+
+- Upgrade to Lens 4.7
diff --git a/aws-kinesis-reshard.cabal b/aws-kinesis-reshard.cabal
--- a/aws-kinesis-reshard.cabal
+++ b/aws-kinesis-reshard.cabal
@@ -1,5 +1,5 @@
 name:                aws-kinesis-reshard
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Reshard AWS Kinesis streams in response to Cloud Watch metrics
 license:             Apache-2.0
 license-file:        LICENSE
@@ -11,6 +11,7 @@
 cabal-version:       >=1.10
 homepage:            https://github.com/alephcloud/hs-aws-kinesis-reshard
 bug-reports:         https://github.com/alephcloud/hs-aws-kinesis-reshard/issues
+extra-source-files:  CHANGELOG.md
 
 source-repository head
     type: git
@@ -29,46 +30,48 @@
                      , Aws.Kinesis.Reshard.Shards
   build-depends:       base >=4.7 && <4.8
                      , base-unicode-symbols
-                     , aws
-                     , aws-general
-                     , aws-kinesis
-                     , aws-sdk
-                     , conduit
-                     , bytestring
-                     , hoist-error
-                     , lens
-                     , lifted-async
-                     , lifted-base
-                     , monad-control
-                     , mtl
-                     , optparse-applicative
-                     , resourcet
-                     , text
-                     , time
-                     , transformers
+                     , aws >=0.10.5
+                     , aws-general >=0.1.1
+                     , aws-kinesis >=0.1.1
+                     , aws-sdk >=0.12.4
+                     , conduit >=1.2.3
+                     , bytestring >=0.10.4.0
+                     , hoist-error >=0.1.0.2
+                     , lens >=4.7
+                     , lens-action >=0.1.0.1
+                     , lifted-async >=0.2.0.2
+                     , lifted-base >=0.2.3.0
+                     , monad-control >=0.3.3.0 && <1.0
+                     , mtl >=2.2.0
+                     , optparse-applicative >=0.11.0.0
+                     , resourcet >=1.1.2.3
+                     , text >=1.2.0.0
+                     , time >=1.4.2
+                     , transformers >=0.4.2.0
 
 executable kinesis-reshard
   main-is:             Main.hs
   build-depends:       base >=4.7 && <4.8
                      , base-unicode-symbols
-                     , aws
-                     , aws-general
-                     , aws-sdk
-                     , aws-kinesis
+                     , aws >=0.10.5
+                     , aws-general >=0.1.1
+                     , aws-sdk >=0.12.4
+                     , aws-kinesis >=0.1.1
                      , aws-kinesis-reshard
-                     , conduit
-                     , either
-                     , hoist-error
-                     , lens
-                     , lifted-async
-                     , lifted-base
-                     , monad-control
-                     , mtl
-                     , optparse-applicative
-                     , resourcet
-                     , text
-                     , time
-                     , transformers
+                     , conduit >=1.2.3
+                     , either >=4.3.2
+                     , hoist-error >=0.1.0.2
+                     , lens >=4.7
+                     , lens-action >=0.1.0.1
+                     , lifted-async >=0.2.0.2
+                     , lifted-base >=0.2.3.0
+                     , monad-control >=0.3.3.0 && <1.0
+                     , mtl >=2.2.0
+                     , optparse-applicative >=0.11.0.0
+                     , resourcet >=1.1.2.3
+                     , text >=1.2.0.0
+                     , time >=1.4.2
+                     , transformers >=0.4.2.0
   hs-source-dirs:      src
   ghc-options:         -Wall
   default-language:    Haskell2010
diff --git a/src/Aws/Kinesis/Reshard/Shards.hs b/src/Aws/Kinesis/Reshard/Shards.hs
--- a/src/Aws/Kinesis/Reshard/Shards.hs
+++ b/src/Aws/Kinesis/Reshard/Shards.hs
@@ -40,6 +40,7 @@
 import Control.Applicative
 import Control.Exception.Lifted
 import Control.Lens
+import Control.Lens.Action
 import Control.Monad
 import Control.Monad.Error.Hoist
 import Control.Monad.Trans
