Skip to content

Commit

Permalink
chore(changelog): Update CHANGELOG for v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Thurman committed Apr 6, 2020
1 parent 86da892 commit ffc2006
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 ffc2006

Please sign in to comment.