aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/emacs/CHANGELOG.md4
-rw-r--r--contrib/emacs/password-store.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index b51ed6f..cd6a581 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 2.3.1
+
+* (bug) Drop dependency on s library.
+
# 2.3.0
* (bug) Drop auth-source-pass dependency.
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index 2d545e2..280aee5 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -4,9 +4,9 @@
;; Author: Svend Sorensen <svend@svends.net>
;; Maintainer: Tino Calancha <tino.calancha@gmail.com>
-;; Version: 2.3.0
+;; Version: 2.3.1
;; URL: https://www.passwordstore.org/
-;; Package-Requires: ((emacs "26") (s "1.9.0") (with-editor "2.5.11"))
+;; Package-Requires: ((emacs "26") (with-editor "2.5.11"))
;; Keywords: tools pass password password-store
;; This file is not part of GNU Emacs.