From f761a1d66f8d54a1e29ae2d26626caa9319b954a Mon Sep 17 00:00:00 2001 From: Chris Trombley Date: Wed, 20 May 2020 14:19:41 -0700 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.25.1 --- CHANGELOG.md | 9 ++++++++- internal/version/version.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34817a02c..8600aa50b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] + +## [v0.25.1] - 2020-05-20 +### Bug Fixes +- **alerts:** fix json tag for NrqlConditionInput.ValueFunction + + ## [v0.25.0] - 2020-05-20 ### Features @@ -573,7 +579,8 @@ - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.1...HEAD +[v0.25.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.0...v0.25.1 [v0.25.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.1...v0.25.0 [v0.24.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.0...v0.24.1 [v0.24.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.4...v0.24.0 diff --git a/internal/version/version.go b/internal/version/version.go index f86f5cef0..c412300da 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version of this library -const Version string = "0.25.0" +const Version string = "0.25.1"