diff --git a/ALUT.cabal b/ALUT.cabal
--- a/ALUT.cabal
+++ b/ALUT.cabal
@@ -1,5 +1,5 @@
 name: ALUT
-version: 2.4.0.0
+version: 2.4.0.1
 synopsis: A binding for the OpenAL Utility Toolkit
 description:
   A Haskell binding for the OpenAL Utility Toolkit, which makes
@@ -18,6 +18,7 @@
 build-type: Simple
 cabal-version:  >= 1.10
 extra-source-files:
+  CHANGELOG.md
   README.md
   examples/Basic/HelloWorld.hs
   examples/Basic/OpenALInfo.hs
@@ -51,7 +52,7 @@
   ghc-options: -Wall
   build-depends:
     base         >= 3   && < 5,
-    transformers >= 0.2 && < 0.5,
+    transformers >= 0.2 && < 0.6,
     StateVar     >= 1.1 && < 1.2,
     OpenAL       >= 1.7 && < 1.8
   default-language: Haskell2010
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,4 @@
+2.4.0.1
+-------
+* Relaxed upper version bound for `transformers`.
+* Added CHANGELOG.md to distribution.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,3 +4,5 @@
 A Haskell binding for the OpenAL Utility Toolkit, which makes managing of OpenAL contexts, loading sounds in various formats and creating waveforms very easy.
 
 [![Hackage](https://img.shields.io/hackage/v/ALUT.svg)](https://hackage.haskell.org/package/ALUT) [![Build Status](https://travis-ci.org/haskell-openal/ALUT.png)](https://travis-ci.org/haskell-openal/ALUT)
+
+You can find the required binaries [here](https://github.com/vancegroup/freealut)
