diff --git a/README.md b/README.md
index 6b987ba..95434dd 100644
--- a/README.md
+++ b/README.md
@@ -456,7 +456,7 @@ Other contributors that have submitted patches include (in alphabetical order):
## History
-### next (not yet released)
+1.3 (8 January 2017)
- Reset `'errorformat'` before each search (fixes issue #31).
- Added [`:Back`](#user-content-back) and [`:Black`](#user-content-black) commands, analogous to [`:Ack`](#user-content-ack) and [`:Lack`](#user-content-lack) but scoped to search within currently open buffers only.
diff --git a/doc/ferret.txt b/doc/ferret.txt
index e1a613e..563ab43 100644
--- a/doc/ferret.txt
+++ b/doc/ferret.txt
@@ -568,7 +568,7 @@ order):
HISTORY *ferret-history*
-next (not yet released) ~
+1.3 (8 January 2017)
- Reset |'errorformat'| before each search (fixes issue #31).
- Added |:Back| and |:Black| commands, analogous to |:Ack| and |:Lack| but scoped to
diff --git a/plugin/ferret.vim b/plugin/ferret.vim
index d2e2a5a..e9d6c0c 100644
--- a/plugin/ferret.vim
+++ b/plugin/ferret.vim
@@ -364,7 +364,7 @@
"
" # History
"
-" ## next (not yet released)
+" 1.3 (8 January 2017)
"
" - Reset |'errorformat'| before each search (fixes issue #31).
" - Added |:Back| and |:Black| commands, analogous to |:Ack| and |:Lack| but