diff --git a/CHANGELOG.md b/CHANGELOG.md
index 165062d88..b2ae890d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## [Unreleased]
+
+## [v0.5.1] - 2020-01-21
+### Bug Fixes
+- **alerts:** custom unmarshal of channel configuration Headers and Payload fields ([#102](https://github.com/newrelic/newrelic-client-go/issues/102))
+
+
## [v0.5.0] - 2020-01-16
### Documentation Updates
@@ -128,7 +134,8 @@
- get TestListApplications passing
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.1...HEAD
+[v0.5.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.0...v0.3.0
diff --git a/internal/version/version.go b/internal/version/version.go
index 305b2703c..19e137881 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.5.0"
+const Version string = "0.5.1"