aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-02-04 20:30:35 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-02-04 20:30:35 +0200
commit34b2665023f9a29ebd2a415bfb8091db3c804d46 (patch)
treec15a265ba94ab6d3d682b9d2a32caf3033c90feb
parent6bf3e4ea35779a5c349ddeff5865047f8af01f58 (diff)
Release 2.1.0v2.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--projectile.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c2db58..e1b13be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 2.1.0 (2020-02-04)
+
### New features
* [#1486](https://github.com/bbatsov/projectile/pull/1486) Allow `projectile-run-shell/eshell/term/vterm/ielm` to start extra processes if invoked with the prefix argument.
diff --git a/projectile.el b/projectile.el
index a5d3788..73d8f26 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.1.0-snapshot
+;; Version: 2.1.0
;; Package-Requires: ((emacs "25.1") (pkg-info "0.4"))
;; This file is NOT part of GNU Emacs.