branch: externals/url-http-oauth
commit ff866a39ccc120d6bed930d2ed4fcec09e0662d4
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
Bump version to 0.8.5
* url-http-oauth.el: Bump version to 0.8.5.
* NEWS, README: Document 0.8.5 change.
---
NEWS | 6 ++++++
README | 4 ++++
url-http-oauth.el | 2 +-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 043ea1e9f6..d2a2f6da3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
GNU Emacs url-http-oauth NEWS -- history of user-visible changes.
+* New in url-http-oauth 0.8.5
+
+Released 2025-12-29
+
+** Improve compatibility with certain oauth servers
+
* New in url-http-oauth 0.8.4
Released 2025-06-26
diff --git a/README b/README
index 4891ce136a..006b1420ee 100644
--- a/README
+++ b/README
@@ -3,6 +3,10 @@ url-http-oauth adds OAuth 2.0 support to Emacs's URL library.
Most Recent Improvements
------------------------
+New in url-http-oauth 0.8.5, released 2025-12-29
+
+** Improve compatibility with certain oauth servers
+
New in url-http-oauth 0.8.4, released 2025-06-26
** Register authorization scheme after `url-auth' is loaded.
diff --git a/url-http-oauth.el b/url-http-oauth.el
index d280e07712..c326162788 100644
--- a/url-http-oauth.el
+++ b/url-http-oauth.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2023, 2025 Free Software Foundation, Inc.
;; Author: Thomas Fitzsimmons <[email protected]>
-;; Version: 0.8.4
+;; Version: 0.8.5
;; Package-Requires: ((emacs "24.4"))
;; Keywords: comm, data, processes, hypermedia