diff --git a/CHANGELOG.md b/CHANGELOG.md index c5689e7c..eb135e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.29.0] - 2024-04-08 +### Features +- **entities:** add KeyTransactionEntity types (manual update) + ## [v2.28.1] - 2024-04-08 ### Bug Fixes @@ -1736,7 +1741,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.1...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.29.0...HEAD +[v2.29.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.1...v2.29.0 [v2.28.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.0...v2.28.1 [v2.28.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.27.0...v2.28.0 [v2.27.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.1...v2.27.0 diff --git a/internal/version/version.go b/internal/version/version.go index 635f5b4e..ad108596 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.28.1" +const Version string = "2.29.0"