File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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/ ) .
6
6
7
7
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## Unreleased
9
+ ## [ Unreleased]
10
+
11
+ ## [ 0.1.0] - 2021-04-08
10
12
11
13
### Added
12
14
13
15
- Add [ ` distro ` ] ( ./distro ) package providing functionality to quickly setup the OpenTelemetry Go implementation with useful Splunk defaults.
14
16
- 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
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ package splunkotel // import "github.com/signalfx/splunk-otel-go"
16
16
17
17
// Version is the current release version of splunk-otel-go in use.
18
18
func Version () string {
19
- return "0.0 .0"
19
+ return "0.1 .0"
20
20
}
You can’t perform that action at this time.
0 commit comments