diff --git a/CHANGELOG.md b/CHANGELOG.md index 6909c35..52f2ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.3.0](https://github.com/Arthur1/otlc/compare/v0.2.2...v0.3.0) - 2024-08-27 +- (nit) remove an unused job on wf-release-binary by @Arthur1 in https://github.com/Arthur1/otlc/pull/14 +- ci: set version of setup-go's go version stable by @Arthur1 in https://github.com/Arthur1/otlc/pull/17 +- always use latest golang image by @Arthur1 in https://github.com/Arthur1/otlc/pull/18 +- Update opentelemetry-go monorepo to v1.29.0 by @renovate in https://github.com/Arthur1/otlc/pull/16 +- Add options to set Instrumentation Scope by @Arthur1 in https://github.com/Arthur1/otlc/pull/19 +- fix: always use latest golang image by @Arthur1 in https://github.com/Arthur1/otlc/pull/20 + ## [v0.2.2](https://github.com/Arthur1/otlc/compare/v0.2.1...v0.2.2) - 2024-08-22 - writes some unit tests by @Arthur1 in https://github.com/Arthur1/otlc/pull/8 - show coverage on tparse by @Arthur1 in https://github.com/Arthur1/otlc/pull/10