diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -7,6 +7,23 @@
 *de facto* standard Haskell versioning scheme.
 
 
+0.7.1.1
+-------
+
+- **Date**    2017-11-30
+- **Git tag** [hunit-dejafu-0.7.1.1][]
+- **Hackage** https://hackage.haskell.org/package/hunit-dejafu-0.7.1.1
+
+### Test.HUnit.DejaFu
+
+- Fix a missing `@since` annotation.
+
+[hunit-dejafu-0.7.1.1]: https://github.com/barrucadu/dejafu/releases/tag/hunit-dejafu-0.7.1.1
+
+
+---------------------------------------------------------------------------------------------------
+
+
 0.7.1.0
 -------
 
diff --git a/Test/HUnit/DejaFu.hs b/Test/HUnit/DejaFu.hs
--- a/Test/HUnit/DejaFu.hs
+++ b/Test/HUnit/DejaFu.hs
@@ -334,7 +334,7 @@
 -- The maximum number of cases tried by @testPropertyFor n m@ will be
 -- @n * m@.
 --
--- @since unreleased
+-- @since 0.7.1.0
 testPropertyFor :: (R.Testable p, R.Listable (R.X p), Eq (R.X p), Show (R.X p), Show (R.O p))
   => Int
   -- ^ The number of seed values to try.
diff --git a/hunit-dejafu.cabal b/hunit-dejafu.cabal
--- a/hunit-dejafu.cabal
+++ b/hunit-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hunit-dejafu
-version:             0.7.1.0
+version:             0.7.1.1
 synopsis:            Deja Fu support for the HUnit test framework.
 
 description:
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      hunit-dejafu-0.7.1.0
+  tag:      hunit-dejafu-0.7.1.1
 
 library
   exposed-modules:     Test.HUnit.DejaFu
