Skip to content

Commit

Permalink
rel: prepare 1.11.0 (#57)
Browse files Browse the repository at this point in the history
🦆
  • Loading branch information
vreynolds authored Jul 28, 2023
1 parent 777655e commit a5de205
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# otel-config-go changelog

## v1.11.0 (2023-07-28)

### Enahncements

- feat: Add WithResourceOption for additional resource configuration (#48) | @martin308, @robbkidd, @vreynolds

### Maintenance

- docs: Update WithExporterProtocol in README.md (#54) | @NicholasGWK
- maint: update ubuntu and collector versions in CI (#53) | @JamieDanielson
- maint(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#56)
- maint(deps): bump go.opentelemetry.io/proto/otlp from 0.19.0 to 1.0.0 (#55)

## v1.10.0 (2023-05-31)

### 💥 Breaking Changes 💥
Expand Down
2 changes: 1 addition & 1 deletion otelconfig/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package otelconfig

const version = "1.10.0"
const version = "1.11.0"

0 comments on commit a5de205

Please sign in to comment.