diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@
 most users. I recommend using smart constructors and {} matching syntax
 whenever possible when interacting with aws types.
 
+-   0.24.4
+    - Support filepath 1.5
+    - Support data-default 0.8
 -   0.24.3
     - [breaking change] Added s3UserAgent constructor to S3Configuration
     - S3: Add GetBucketVersioning command
diff --git a/aws.cabal b/aws.cabal
--- a/aws.cabal
+++ b/aws.cabal
@@ -1,5 +1,5 @@
 Name:                aws
-Version:             0.24.3
+Version:             0.24.4
 Synopsis:            Amazon Web Services (AWS) for Haskell
 Description:         Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.md>.
 Homepage:            http://github.com/aristidb/aws
@@ -144,9 +144,9 @@
                        conduit-extra        >= 1.3     && < 1.4,
                        containers           >= 0.4,
                        cryptonite           >= 0.11,
-                       data-default         >= 0.5.3   && < 0.8,
+                       data-default         >= 0.5.3   && < 0.9,
                        directory            >= 1.0     && < 2.0,
-                       filepath             >= 1.1     && < 1.5,
+                       filepath             >= 1.1     && < 1.6,
                        http-conduit         >= 2.3     && < 2.4,
                        http-client-tls      >= 0.3     && < 0.4,
                        http-types           >= 0.7     && < 1.0,
