From 19d7291ba290f420ccea50e076322aca95f27fcd Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 10 Jul 2019 20:28:34 -0700 Subject: [PATCH] Add v0.6.0 CHANGES note --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 040ccf3..24e9351 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ Notable changes between releases. ## Latest +## v0.6.0 + +* Add Go module support ([#32](https://github.com/dghubble/oauth1/pull/32)) + ## v0.5.0 * Use standard library `context` ([c0a405](https://github.com/dghubble/oauth1/commit/c0a405baf29f5ed2616bc1ef6b778532c960aa5b))