Skip to content

Commit

Permalink
Merge pull request #248 from newrelic/release/v0.21.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.21.0
  • Loading branch information
Jonathan Thurman authored Apr 6, 2020
2 parents 86da892 + ffc2006 commit 324c18b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
## [Unreleased]


<a name="v0.21.0"></a>
## [v0.21.0] - 2020-04-06
### Bug Fixes
- **build:** goreleaser now supports libraries, remove hack in config, skip build

### Features
- **typegen:** handle scalar types

### Refactor
- **alerts:** Update go:generate for types signature
- **newrelic:** Continue to fail, do not log invalid region
- **region:** Better error types/more tests
- **region:** Split parsing / fetching of region data so Parse can be reused
- **typegen:** Filter internal context off of generated descriptions if present
- **typegen:** Break out some structs
- **typegen:** Move all schema generation stuff into typegen


<a name="v0.20.1"></a>
## [v0.20.1] - 2020-04-01
### Bug Fixes
Expand Down Expand Up @@ -472,7 +490,8 @@
- rename packages for clarity, promote Config to the public package


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.0...HEAD
[v0.21.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.1...v0.21.0
[v0.20.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.0...v0.20.1
[v0.20.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.19.0...v0.20.0
[v0.19.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.0...v0.19.0
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.20.1"
const Version string = "0.21.0"

0 comments on commit 324c18b

Please sign in to comment.