From 66067b5a53c9b2b6b553ad9af18668da19394852 Mon Sep 17 00:00:00 2001 From: Riandy Rahman Nugraha Date: Sat, 6 Jul 2024 18:54:39 +0700 Subject: [PATCH] docs: update CHANGELOG.md; --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e44b0c..6259586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.9.0] - 2024-07-06 + ### Changed - `WithFilter` option now support multiple filter functions, just like in [otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/v1.24.0/instrumentation/github.com/gorilla/mux/otelmux/config.go#L106-L110). ([#47]) @@ -194,7 +196,8 @@ It contains instrumentation for trace and depends on: [#2]: https://github.com/riandyrn/otelchi/pull/2 [#1]: https://github.com/riandyrn/otelchi/pull/1 -[Unreleased]: https://github.com/riandyrn/otelchi/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/riandyrn/otelchi/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.9.0 [0.8.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.8.0 [0.7.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.7.0 [0.6.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.6.0