Skip to content

Commit

Permalink
Mark version 1.9 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd authored Aug 4, 2022
1 parent 246bb04 commit 254892d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [1.9.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.9.0) - 2022-08-04

### 💡 Enhancements

- Update to OpenTelemetry 1.9.0

### 🧰 Bug fixes 🧰

- Exponential histogram correctly counts the zero-bucket when increment > 1 [#238](https://github.com/lightstep/otel-launcher-go/pull/238)

## [1.8.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.8.1) - 2022-07-28

### 💡 Enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.9.0
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/lightstep/otel-launcher-go
go 1.18

require (
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.1
github.com/lightstep/otel-launcher-go/pipelines v1.8.1
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.9.0
github.com/lightstep/otel-launcher-go/pipelines v1.9.0
github.com/sethvargo/go-envconfig v0.8.1
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/otel v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion launcher/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package launcher

const version = "1.8.1"
const version = "1.9.0"
2 changes: 1 addition & 1 deletion lightstep/sdk/metric/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/lightstep/otel-launcher-go/lightstep/sdk/metric/example
go 1.18

require (
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.1
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.9.0
github.com/lightstep/otel-launcher-go/pipelines v1.8.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.31.0
go.opentelemetry.io/proto/otlp v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion pipelines/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
// Lightstep-alternate metric SDK
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.1
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.9.0

// Host and runtime instrumentation
go.opentelemetry.io/contrib/instrumentation/host v0.33.0
Expand Down

0 comments on commit 254892d

Please sign in to comment.