diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for bindings-libpci
 
+## 0.4.0.2 -- 2021-12-30
+* Update base dependency bounds
+
 ## 0.4.0.1 -- 2021-06-19
 * Update README
 * Update base dependency bounds
diff --git a/bindings-libpci.cabal b/bindings-libpci.cabal
--- a/bindings-libpci.cabal
+++ b/bindings-libpci.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               bindings-libpci
-version:            0.4.0.1
+version:            0.4.0.2
 synopsis:           Low level bindings to libpci
 description:        Low level bindings to libpci:
                     .
@@ -13,7 +13,7 @@
 license-file:       LICENSE                    
 author:             dopamane
 maintainer:         dopamane <standard.semiconductor@gmail.com>
-copyright:          Copyright (c) 2020 David Cox
+copyright:          Copyright (c) 2020 - 2022 David Cox
 category:           FFI
 extra-source-files:
     CHANGELOG.md
@@ -64,7 +64,7 @@
         default-extensions: ForeignFunctionInterface,
                             CPP
         build-depends:
-          base         >= 4.12   && < 4.16,
+          base         >= 4.12   && < 4.17,
           bindings-DSL >= 1.0.24 && < 1.1
         exposed-modules:
           Bindings.Libpci.Pci,
