Skip to content

Commit

Permalink
docs: Fix CHANGELOG links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Thurman committed Mar 25, 2021
1 parent 69048ab commit 8da5ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<a name="v0.3.0"></a>
## [v0.3.0] - 2021-03-24
### Documentation Updates
- Fix CHANGELOG links

### Features
- Add docker image building, code gen

Expand All @@ -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

0 comments on commit 8da5ed0

Please sign in to comment.