Skip to content

Commit f998007

Browse files
authored
Prepare v0.1.0 release (#42)
1 parent 1233caa commit f998007

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## Unreleased
9+
## [Unreleased]
10+
11+
## [0.1.0] - 2021-04-08
1012

1113
### Added
1214

1315
- Add [`distro`](./distro) package providing functionality to quickly setup the OpenTelemetry Go implementation with useful Splunk defaults.
1416
- Add [`splunkhttp`](./instrumentation/net/http/splunkhttp) module providing additional Splunk specific instrumentation for `net/http`.
17+
18+
[Unreleased]: https://github.com/signalfx/splunk-otel-go/compare/v0.1.0...HEAD
19+
[0.1.0]: https://github.com/signalfx/splunk-otel-go/releases/tag/v0.1.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package splunkotel // import "github.com/signalfx/splunk-otel-go"
1616

1717
// Version is the current release version of splunk-otel-go in use.
1818
func Version() string {
19-
return "0.0.0"
19+
return "0.1.0"
2020
}

0 commit comments

Comments
 (0)