Skip to content

Commit

Permalink
Merge pull request #339 from newrelic/release/v0.28.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.28.0
  • Loading branch information
sanderblue authored Jun 3, 2020
2 parents 73118e1 + 71c9244 commit f1fac67
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
## [Unreleased]


<a name="v0.28.0"></a>
## [v0.28.0] - 2020-06-02
### Bug Fixes
- **alerts:** rename NrqlConditionTerms to singular for accuracy

### Features
- **alerts:** add DeleteNrqlConditionMutation as a proxy to DeleteConditionMutation
- **alerts:** add UpdateNrqlConditionOutlierMutation method for updating outlier NRQL alert conditions
- **alerts:** add CreateNrqlConditionOutlierMutation method for creating outlier NRQL alert conditions

### Refactor
- **nrql_conditions:** conditionID should be a string for consistency in ng implementation


<a name="v0.27.1"></a>
## [v0.27.1] - 2020-05-29
### Bug Fixes
Expand Down Expand Up @@ -605,7 +619,8 @@
- rename packages for clarity, promote Config to the public package


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.27.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.28.0...HEAD
[v0.28.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.27.1...v0.28.0
[v0.27.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.27.0...v0.27.1
[v0.27.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.26.0...v0.27.0
[v0.26.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.1...v0.26.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.27.1"
const Version string = "0.28.0"

0 comments on commit f1fac67

Please sign in to comment.