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

Commit

Permalink
Merge pull request #71 from newrelic/release-prep
Browse files Browse the repository at this point in the history
Prepare for v0.8.1 release
  • Loading branch information
a-feld authored Jul 29, 2021
2 parents 8f3e613 + 7eb5555 commit a45e71e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.8.1] - 2021-07-29

### Added
* Add `ForceIntervalValid` to metric structs to allow for intervals with 0 duration. ([#70](https://github.com/newrelic/newrelic-telemetry-sdk-go/pull/70))

## [0.8.0] - 2021-07-12

### Breaking Changes ⚠️
Expand Down
2 changes: 1 addition & 1 deletion telemetry/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package telemetry
const (
major = "0"
minor = "8"
patch = "0"
patch = "1"

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

0 comments on commit a45e71e

Please sign in to comment.