Skip to content

Commit

Permalink
Merge pull request #134 from newrelic/release/v0.5.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.5.0
  • Loading branch information
Jonathan Thurman authored Jan 4, 2021
2 parents 0b538ba + 63dc58c commit be5318b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v0.5.0"></a>
## [v0.5.0] - 2021-01-04
### Features
- **golang:** Add ability to generate Get funcs for structs

<a name="v0.4.3"></a>
## [v0.4.3] - 2020-12-21
### Bug Fixes
Expand Down Expand Up @@ -130,7 +135,8 @@
- **generator:** introduce a generator concept
- **tutone:** default path for tutone config file

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.3...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...HEAD
[v0.5.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.3...v0.5.0
[v0.4.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...v0.4.1
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.3"
const Version string = "0.5.0"

0 comments on commit be5318b

Please sign in to comment.