Skip to content

Commit

Permalink
chore(release): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Sep 26, 2022
1 parent b994d84 commit 653acd3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v1.0.0"></a>
## [v1.0.0] - 2022-09-26
### Bug Fixes
- add servicelevel select types as nullables

### Features
- update servicelevel model

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

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

0 comments on commit 653acd3

Please sign in to comment.