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"