aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--doc/antora.yml2
-rw-r--r--projectile.el2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5126553..cfe7f6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 2.2.0 (2020-06-10)
+
### New features
* [#1523](https://github.com/bbatsov/projectile/issues/1523): Add a new defcustom (`projectile-max-file-buffer-count`) controlling how many opened file buffers should Projectile maintain per project.
diff --git a/doc/antora.yml b/doc/antora.yml
index 3c534fb..3811654 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -1,5 +1,5 @@
name: projectile
title: Projectile
-version: master
+version: 2.2
nav:
- modules/ROOT/nav.adoc
diff --git a/projectile.el b/projectile.el
index 3b7a967..5bce8dd 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
-;; Version: 2.2.0-snapshot
+;; Version: 2.2.0
;; Package-Requires: ((emacs "25.1") (pkg-info "0.4"))
;; This file is NOT part of GNU Emacs.