diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+0.1.1.0
+* Export `digestWithInitial`[#3](https://github.com/MichaelXavier/crc/pull/3)
+
 0.1.0.0
 * Update deps
 * Allow newer GHC versions
diff --git a/crc.cabal b/crc.cabal
--- a/crc.cabal
+++ b/crc.cabal
@@ -1,5 +1,5 @@
 name:                crc
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Implements various Cyclic Redundancy Checks (CRC)
 description:         ByteString-based Cyclic Redundancy Checks
 homepage:            http://github.com/MichaelXavier/crc
