diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for ftdi
 
+## 0.3.0.1 -- 2021-06-19
+
+* Update README
+* Update generic-random bounds
+
 ## 0.3.0.0 -- 2021-04-10
 
 * Major project update
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
 
 This library enables you to communicate with FTDI devices. It is implemented as a lightweight wrapper around the [usb](https://hackage.haskell.org/package/usb) library.
 
+See [bindings-libusb](https://hackage.haskell.org/package/bindings-libusb) for instructions to install [libusb](https://libusb.info).
+
 ## References
 * [FTDI Website](https://ftdichip.com/)
 * [Application Note AN_108](https://www.ftdichip.com/Support/Documents/AppNotes/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf): Command Processor for MPSSE and MCU Host Bus Emulation Modes
diff --git a/ftdi.cabal b/ftdi.cabal
--- a/ftdi.cabal
+++ b/ftdi.cabal
@@ -1,5 +1,5 @@
 name:          ftdi
-version:       0.3.0.0
+version:       0.3.0.1
 cabal-version: >=1.10
 build-type:    Simple
 stability:     experimental
@@ -54,7 +54,7 @@
                , base-unicode-symbols
                , bytestring
                , QuickCheck                 >= 2.11  && < 2.15
-               , generic-random             >= 1.3   && < 1.4
+               , generic-random             >= 1.3   && < 1.5
                , random                     >= 1.0.0 && < 1.3
                , tagged                     >= 0.8   && < 0.9
                , test-framework             >= 0.8   && < 0.9
