Skip to content

Commit

Permalink
chore(release): release v2.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Jul 20, 2023
1 parent f1713f2 commit 9af8c87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v2.19.6"></a>
## [v2.19.6] - 2023-07-20
### Bug Fixes
- **apiaccess:** converted CreatedAt to int64

<a name="v2.19.5"></a>
## [v2.19.5] - 2023-07-20
### Bug Fixes
Expand Down Expand Up @@ -1641,7 +1646,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.5...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.6...HEAD
[v2.19.6]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.5...v2.19.6
[v2.19.5]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.4...v2.19.5
[v2.19.4]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.3...v2.19.4
[v2.19.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.2...v2.19.3
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of this library
const Version string = "2.19.5"
const Version string = "2.19.6"

0 comments on commit 9af8c87

Please sign in to comment.