diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f2ee4..c8d52a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.3.1](https://github.com/Arthur1/otlc/compare/v0.3.0...v0.3.1) - 2024-09-29 +- fix(deps): update module github.com/alecthomas/kong to v1 by @renovate in https://github.com/Arthur1/otlc/pull/24 +- fix(deps): update opentelemetry-go monorepo to v1.30.0 by @renovate in https://github.com/Arthur1/otlc/pull/25 + ## [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