diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2e9289..31d12bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 5.17.1 (2023-09-12) + ### Changes * Declare indentation for the `async` ClojureScript macro. diff --git a/README.md b/README.md index 7042486a..a67b5d3b 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.17.0](https://github.com/clojure-emacs/clojure-mode/tree/v5.17.0)) if you need documentation for a +the relevant git tag (e.g. [5.17.1](https://github.com/clojure-emacs/clojure-mode/tree/v5.17.1)) if you need documentation for a specific `clojure-mode` release.** ## Installation diff --git a/clojure-mode.el b/clojure-mode.el index cb1210fe..c242b2d7 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -12,7 +12,7 @@ ;; Maintainer: Bozhidar Batsov ;; URL: https://github.com/clojure-emacs/clojure-mode ;; Keywords: languages clojure clojurescript lisp -;; Version: 5.17.0 +;; Version: 5.17.1 ;; Package-Requires: ((emacs "25.1")) ;; This file is not part of GNU Emacs.