Skip to content

Commit 496cc4b

Browse files
chore(release): release v2.62.0
1 parent 9f07582 commit 496cc4b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="v2.62.0"></a>
2+
## [v2.62.0] - 2025-06-13
3+
### Features
4+
- **cloud:** added auto-discovery slug to cloud configure integration api ([#1307](https://github.com/newrelic/newrelic-client-go/issues/1307))
5+
16
<a name="v2.61.2"></a>
27
## [v2.61.2] - 2025-06-09
38
### Bug Fixes
@@ -2049,7 +2054,8 @@
20492054
- extract paging implementation
20502055
- rename packages for clarity, promote Config to the public package
20512056

2052-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.2...HEAD
2057+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.62.0...HEAD
2058+
[v2.62.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.2...v2.62.0
20532059
[v2.61.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.1...v2.61.2
20542060
[v2.61.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.0...v2.61.1
20552061
[v2.61.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.60.0...v2.61.0

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of this library
4-
const Version string = "2.61.2"
4+
const Version string = "2.62.0"

0 commit comments

Comments
 (0)