Skip to content

Commit

Permalink
Merge pull request #283 from newrelic/release/v0.23.0
Browse files Browse the repository at this point in the history
Release v0.23.0
  • Loading branch information
Jonathan Thurman authored May 1, 2020
2 parents cd83c36 + d39a049 commit 15fd67f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
## [Unreleased]


<a name="v0.23.0"></a>
## [v0.23.0] - 2020-05-01
### Bug Fixes
- **build:** Github actions `make lint` for commit messages need full history
- **workloads:** Removing deprecated field `name` from `entitySearchQuery`

### Documentation Updates
- **typegen:** Add a README for typegen

### Features
- **events:** add alert events

### Refactor
- **build:** Split up github actions a bit
- **typegen:** Split/refactor much of typegen internals


<a name="v0.22.0"></a>
## [v0.22.0] - 2020-04-23
### Bug Fixes
Expand Down Expand Up @@ -511,7 +528,8 @@
- rename packages for clarity, promote Config to the public package


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.22.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.0...HEAD
[v0.23.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.22.0...v0.23.0
[v0.22.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.1...v0.22.0
[v0.21.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.0...v0.21.1
[v0.21.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.1...v0.21.0
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.22.0"
const Version string = "0.23.0"

0 comments on commit 15fd67f

Please sign in to comment.