diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18446a38..faa67231 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.50.1] - 2024-10-28
+### Bug Fixes
+- **goreleaser:** update version constraint ([#1245](https://github.com/newrelic/newrelic-client-go/issues/1245))
+
## [v2.50.0] - 2024-10-28
### Features
@@ -1932,7 +1937,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.1...HEAD
+[v2.50.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.0...v2.50.1
[v2.50.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.49.0...v2.50.0
[v2.49.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.2...v2.49.0
[v2.48.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.1...v2.48.2
diff --git a/internal/version/version.go b/internal/version/version.go
index 08f9c147..ed7cc388 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,4 +1,4 @@
package version
// Version of this library
-const Version string = "2.50.0"
+const Version string = "2.50.1"