diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54e0454e..b2b28c37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+## [v2.49.0] - 2024-10-28
+### Bug Fixes
+- **azure_link_account:** add update capability for all fields in azure cloud link account ([#1242](https://github.com/newrelic/newrelic-client-go/issues/1242))
+
+### Features
+- **automation:** execute code generation when new API endpoints are detected
+- **dashboards:** Added a new field in dashboards -> variable -> options called
+
+### Refactor
+- **automation:** don't send slack message if no new endpoints
+
## [v2.48.2] - 2024-10-04
### Bug Fixes
@@ -1915,7 +1927,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.2...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.49.0...HEAD
+[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
[v2.48.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.0...v2.48.1
[v2.48.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.47.0...v2.48.0
diff --git a/internal/version/version.go b/internal/version/version.go
index 90c66fbe..e48e22ed 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.48.2"
+const Version string = "2.49.0"