Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from newrelic/alanwest-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
nrcventura committed Mar 18, 2021
2 parents 086c788 + 4747bd0 commit 77e77e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.6.0] - 2021-03-17
### Added
- Adds support for sending log data to New Relic.
- Add `ClientOption` for specifying gzip compression level. Use:
`WithGzipCompressionLevel`.

## [0.5.2] - 2021-03-02
### Added
- Adds a RequestFactory API that can be used for managing the telemetry data
Expand Down Expand Up @@ -47,8 +53,9 @@ used to the `User-Agent` header if set. (#2)
## [0.1.0]
First release!


[Unreleased]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/newrelic/newrelic-telemetry-sdk-go/compare/v0.3.0...v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions telemetry/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package telemetry

const (
major = "0"
minor = "5"
patch = "3"
minor = "6"
patch = "0"

// version is the full string version of this SDK.
version = major + "." + minor + "." + patch
Expand Down

0 comments on commit 77e77e9

Please sign in to comment.