diff --git a/.chglog/config.yml b/.chglog/config.yml index 6f5c6c8..6d49159 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/newrelic/newrelic-client-go + repository_url: https://github.com/newrelic/developer-toolkit-template-go options: commits: filters: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8d46d..8b84222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [v0.3.0] - 2021-03-24 +### Documentation Updates +- Fix CHANGELOG links + ### Features - Add docker image building, code gen @@ -24,7 +27,7 @@ - **build/release:** Fix script reference for release.sh - **circleci:** Save default working dir instead -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...HEAD -[v0.3.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.1...v0.3.0 -[v0.2.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.0...v0.2.1 -[v0.2.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.1.0...v0.2.0 +[Unreleased]: https://github.com/newrelic/developer-toolkit-template-go/compare/v0.3.0...HEAD +[v0.3.0]: https://github.com/newrelic/developer-toolkit-template-go/compare/v0.2.1...v0.3.0 +[v0.2.1]: https://github.com/newrelic/developer-toolkit-template-go/compare/v0.2.0...v0.2.1 +[v0.2.0]: https://github.com/newrelic/developer-toolkit-template-go/compare/v0.1.0...v0.2.0