Skip to content

Commit

Permalink
chore(release): release v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Apr 2, 2024
1 parent 970db66 commit a28cda5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,11 @@
<a name="v2.28.0"></a>
## [v2.28.0] - 2024-04-02
### Bug Fixes
- **testhelpers:** add insights API mock URL to testconfig ([#1077](https://github.com/newrelic/newrelic-client-go/issues/1077))

### Features
- **entities:** add entity search query helpers

<a name="v2.27.0"></a>
## [v2.27.0] - 2024-03-20
### Bug Fixes
Expand Down Expand Up @@ -1723,7 +1731,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.27.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.0...HEAD
[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
[v2.26.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.0...v2.26.1
[v2.26.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.25.0...v2.26.0
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
@@ -1,4 +1,4 @@
package version

// Version of this library
const Version string = "2.27.0"
const Version string = "2.28.0"

0 comments on commit a28cda5

Please sign in to comment.