Skip to content

Commit

Permalink
Merge pull request #257 from newrelic/release/v0.21.1
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.21.1
  • Loading branch information
ctrombley authored Apr 15, 2020
2 parents ab2dc8b + d697244 commit 40184bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
## [Unreleased]


<a name="v0.21.1"></a>
## [v0.21.1] - 2020-04-15
### Bug Fixes
- **alerts:** return a NotFound error when policies are not found in NerdGraph

### Refactor
- **workloads:** remove deprecated fields


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


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

0 comments on commit 40184bd

Please sign in to comment.