diff --git a/CHANGELOG.md b/CHANGELOG.md
index 681623ec..88e7ab09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 5.14.0 (2022-03-07)
+
### New features
* Allow additional directories, beyond the default `clj[sc]`, to be correctly formulated by `clojure-expected-ns` via new `defcustom` entitled `clojure-directory-prefixes`
diff --git a/README.md b/README.md
index 85610f15..d837e0e2 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ highlighting), indentation, navigation and refactoring support for the
**This documentation tracks the `master` branch of `clojure-mode`. Some of
the features and settings discussed here might not be available in
older releases (including the current stable release). Please, consult
-the relevant git tag (e.g. 5.1.0) if you need documentation for a
+the relevant git tag (e.g. 5.14.0) if you need documentation for a
specific `clojure-mode` release.**
## Installation
@@ -126,7 +126,7 @@ The indentation of function forms is configured by the variable
2)
```
-**Note:** Prior to clojure-mode 5.10 the configuration options for `clojure-indent-style` used to be
+**Note:** Prior to clojure-mode 5.10, the configuration options for `clojure-indent-style` used to be
keywords, but now they are symbols. Keywords will still be supported at least until clojure-mode 6.
#### Indentation of macro forms
@@ -559,7 +559,7 @@ An extensive changelog is available [here](CHANGELOG.md).
## License
-Copyright © 2007-2021 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
+Copyright © 2007-2022 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
Batsov, Artur Malabarba, Magnar Sveen and [contributors][].
Distributed under the GNU General Public License; type C-h C-c to view it.
diff --git a/clojure-mode.el b/clojure-mode.el
index fd03c37f..2bb61778 100644
--- a/clojure-mode.el
+++ b/clojure-mode.el
@@ -1,7 +1,7 @@
;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-
;; Copyright © 2007-2013 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
-;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba, Magnar Sveen
+;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba, Magnar Sveen
;;
;; Authors: Jeffrey Chu
;; Lennart Staflin
@@ -12,7 +12,7 @@
;; Maintainer: Bozhidar Batsov
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
-;; Version: 5.13.0
+;; Version: 5.14.0
;; Package-Requires: ((emacs "25.1"))
;; This file is not part of GNU Emacs.