diff --git a/bounded-qsem.cabal b/bounded-qsem.cabal
--- a/bounded-qsem.cabal
+++ b/bounded-qsem.cabal
@@ -2,8 +2,8 @@
 category: Concurrency
 synopsis: Bounded quantity semaphores.
 description: Bounded quantity semaphores, meaning quantity semaphores that have an
-             upper-bound in the number of units that can be available.
-version: 0.1.0.0
+             upper-bound in the number of units that can be available at any given time.
+version: 0.1.0.1
 cabal-version: 1.18
 build-type: Simple
 author: Daniel Casanueva (daniel.casanueva `at` proton.me)
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,2 +1,5 @@
+## 0.1.0.1
+* Description update.
+
 ## 0.1.0.0
 * First release.
