From 1658a152cecdf475c845ed23d9fa735d87736941 Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Wed, 10 Sep 2025 13:38:23 +0200 Subject: [PATCH] release: v1.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8c8e8..a90839d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,31 @@ SPDX-License-Identifier: Apache-2.0 All notable changes to this project will be documented in this file. +## [1.2.0] - 2025-09-10 + +### 🚀 Features + +- Add possibility to set level per dependency + +### 📚 Documentation + +- Include link to source code repository in Cargo.toml + +### Bump + +- Update opentelemetry version +- Bump dependencies + ## [1.1.1] - 2025-06-27 ### 📚 Documentation - Fix doc example +### Release + +- V1.1.1 + ## [1.1.0] - 2025-06-27 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index fe1b451..8916f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "rust-telemetry" -version = "1.1.1" +version = "1.2.0" authors = [] edition = "2024" repository = "https://github.com/famedly/rust-telemetry"