From 1f002e0d15d39ff470e50757a5f07403fcdb759d Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 25 Feb 2024 16:47:49 -0800 Subject: [PATCH] Add changelog for new release --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1abf12c..75bd3f5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ Notable changes between releases. ## Latest +## v0.7.3 + +* Percent encode special characters in HMAC-SHA1 secrets ([#72](https://github.com/dghubble/oauth1/pull/72)) +* Strip whitespace from request token body ([#56](https://github.com/dghubble/oauth1/pull/56)) +* Update Go module dependencies + ## v0.7.2 * Update minimum Go version from v1.17 to v1.18 ([#66](https://github.com/dghubble/oauth1/pull/66))