diff --git a/docs/NEWS.html b/docs/NEWS.html
index 04ec5f91..25b719ed 100644
--- a/docs/NEWS.html
+++ b/docs/NEWS.html
@@ -37,6 +37,12 @@
+
Version 2.42, June 2024
+
+- Keep navigation history and commands to navigate it.
+- Store entries in registers, in order to be able to navigate back to
+them.
+
Version 2.41, April 2024
- New user option
ebib-import-target-directory
: specify
diff --git a/ebib.el b/ebib.el
index 4c2a9f50..2c4318f1 100644
--- a/ebib.el
+++ b/ebib.el
@@ -7,7 +7,7 @@
;; Author: Joost Kremers
;; Maintainer: Joost Kremers
;; Created: 2003
-;; Version: 2.41
+;; Version: 2.42
;; Keywords: text bibtex
;; URL: http://joostkremers.github.io/ebib/
;; Package-Requires: ((parsebib "4.0") (emacs "27.1") (compat "29.1.4.3"))
diff --git a/manual/news.text b/manual/news.text
index da614228..d4716141 100644
--- a/manual/news.text
+++ b/manual/news.text
@@ -1,5 +1,10 @@
% Ebib News
+## Version 2.42, June 2024 ##
+
+- Keep navigation history and commands to navigate it.
+- Store entries in registers, in order to be able to navigate back to them.
+
## Version 2.41, April 2024 ##
- New user option `ebib-import-target-directory`: specify the target directory for importing files / URLs.