Skip to content

Commit

Permalink
Merge pull request #207 from newrelic/release/v0.19.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.19.0
  • Loading branch information
sanderblue authored Mar 25, 2020
2 parents 1388d48 + e881429 commit 726012c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
## [Unreleased]


<a name="v0.19.0"></a>
## [v0.19.0] - 2020-03-25
### Bug Fixes
- **alerts:** policy update response test
- **workloads:** remove nullable struct fields unless necessary

### Features
- **alerts:** add search method for NRQL conditions
- **alerts:** add get method for query NRQL conditions
- **alerts:** add update methods for baseline and static NRQL conditions
- **alerts:** add create methods for baseline and static NRQL conditions
- **nerdgraph:** begin generating structs from schema

### Refactor
- **alerts:** consolidate Nrql condition structs for better reusability


<a name="v0.18.0"></a>
## [v0.18.0] - 2020-03-20
### Bug Fixes
Expand Down Expand Up @@ -401,7 +418,8 @@
- rename packages for clarity, promote Config to the public package


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.19.0...HEAD
[v0.19.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.0...v0.19.0
[v0.18.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.17.1...v0.18.0
[v0.17.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.16.0...v0.17.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.18.0"
const Version string = "0.19.0"

0 comments on commit 726012c

Please sign in to comment.