Skip to content

Commit

Permalink
Merge pull request #124 from newrelic/release/v0.4.1
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.4.1
  • Loading branch information
Jonathan Thurman authored Dec 16, 2020
2 parents b43dc9f + 85adbe2 commit 70e2a12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<a name="v0.4.1"></a>
## [v0.4.1] - 2020-12-15
<a name="v0.4.0"></a>
## [v0.4.0] - 2020-12-15
### Bug Fixes
Expand Down Expand Up @@ -120,7 +122,8 @@
- **generator:** introduce a generator concept
- **tutone:** default path for tutone config file

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.1...HEAD
[v0.4.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.5...v0.3.0
[v0.2.5]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.4...v0.2.5
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of this library
const Version string = "0.4.0"
const Version string = "0.4.1"

0 comments on commit 70e2a12

Please sign in to comment.