Skip to content

Commit

Permalink
chore(release): release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Oct 17, 2022
1 parent 1079daa commit 1f901af
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="v1.1.0"></a>
## [v1.1.0] - 2022-10-17
### Features
- get workload collection

<a name="v1.0.0"></a>
## [v1.0.0] - 2022-09-26
### Bug Fixes
Expand Down Expand Up @@ -1441,7 +1446,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/newrelic/newrelic-client-go/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.91.3...v1.0.0
[v0.91.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.91.2...v0.91.3
[v0.91.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.91.1...v0.91.2
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 = "1.0.0"
const Version string = "1.1.0"

0 comments on commit 1f901af

Please sign in to comment.