Skip to content

Commit

Permalink
Merge pull request #177 from newrelic/release/v0.15.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.15.0
  • Loading branch information
zlesnr authored Mar 9, 2020
2 parents 010daa8 + f272055 commit 06a073c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@
## [Unreleased]


<a name="v0.15.0"></a>
## [v0.15.0] - 2020-03-09
### Bug Fixes
- **apm:** remove unused field
- **build:** Remove working dir config for CircleCI
- **http:** allow overriding of service name

### Refactor
- **alert_conditions:** remove transient PolicyID from struct for consistency with API response
- **alerts:** use consistent types for incident timestamp fields
- **build:** Make the build system consistent with other projects
- **nrql_conditions:** remove transient PolicyID from struct for consistency with API response
- **plugins_conditions:** remove transient PolicyID from struct for consistency with API response


<a name="v0.14.0"></a>
## [v0.14.0] - 2020-03-04
## [v0.14.0] - 2020-03-05
### Features
- **newrelic:** add types for fields with well known values

Expand Down Expand Up @@ -314,7 +329,8 @@
- rename packages for clarity, promote Config to the public package


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.15.0...HEAD
[v0.15.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.11.0...v0.12.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.14.0"
const Version string = "0.15.0"

0 comments on commit 06a073c

Please sign in to comment.