branch: elpa/pg
commit 4746a8bd1e299157dbbafa43a127405c224d1a32
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Prepare for v0.61 release
---
CHANGELOG.md | 2 +-
pg.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa81bf5a2eb..5f17238ec7b 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
-## [0.61] - Unreleased
+## [0.61] - 2025-11-22
- Add support for providing a password for authentication as a function,
rather than as a string.
This allows for integration with the auth-source functionality in Emacs, and
helps to reduce the
diff --git a/pg.el b/pg.el
index 3d9bdce8c24..18c75c86d76 100644
--- a/pg.el
+++ b/pg.el
@@ -3,7 +3,7 @@
;; Copyright: (C) 1999-2002, 2022-2025 Eric Marsden
;; Author: Eric Marsden <[email protected]>
-;; Version: 0.60
+;; Version: 0.61
;; Keywords: data comm database postgresql
;; URL: https://github.com/emarsden/pg-el
;; Package-Requires: ((emacs "28.1") (peg "1.0.1"))