From d117b844d0c07229ce31e1e2b5e1c7f4f8d27816 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 13 Jan 2021 21:26:50 -0800 Subject: [PATCH] Add release notes to CHANGES --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 24e9351..6760294 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,13 @@ Notable changes between releases. ## Latest +## v0.7.0 + +* Add an `HMAC256Signer` ([#40](https://github.com/dghubble/oauth1/pull/40)) +* Add discogs `Endpoint` ([#39](https://github.com/dghubble/oauth1/pull/39)) +* Allow custom `Noncer` for unusual OAuth1 providers ([#45](https://github.com/dghubble/oauth1/pull/45) +* Change tumblr `Endpoint` URLs to https ([#37](https://github.com/dghubble/oauth1/pull/37)) + ## v0.6.0 * Add Go module support ([#32](https://github.com/dghubble/oauth1/pull/32))