From c07e1ad33c3da70e799a72d607ba8c97bb757f8e Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Wed, 20 May 2020 12:35:55 -0500 Subject: [PATCH] Update Changelog for Release v3.0.1 --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cb981..b357aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ # Changelog -## [v3.0.0](https://github.com/recurly/recurly-client-go/tree/HEAD) +## [v3.0.1](https://github.com/recurly/recurly-client-go/tree/HEAD) -[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.0.0-beta.1...HEAD) +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.0.0...HEAD) + +**Fixed bugs:** + +- Add version scoped url to go.mod and install instructions [\#30](https://github.com/recurly/recurly-client-go/pull/30) ([bhelx](https://github.com/bhelx)) + +**Merged pull requests:** + +- Release 3.0.1 [\#31](https://github.com/recurly/recurly-client-go/pull/31) ([bhelx](https://github.com/bhelx)) +- Fix release scripts and update readme [\#29](https://github.com/recurly/recurly-client-go/pull/29) ([bhelx](https://github.com/bhelx)) +- Add github templates [\#28](https://github.com/recurly/recurly-client-go/pull/28) ([bhelx](https://github.com/bhelx)) + +## [v3.0.0](https://github.com/recurly/recurly-client-go/tree/v3.0.0) (2020-05-18) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.0.0-beta.1...v3.0.0) ## Breaking Changes