From 5727329ac063e9c9e0261791888f471aa9553bba Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Thu, 14 Dec 2023 12:30:26 +0100 Subject: [PATCH] chore(hello-tracing-gateway): release version 1.1.0 --- Cargo.lock | 2 +- hello-tracing-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce04947..6fa4c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.0.7" +version = "1.1.0" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index cd272b1..bc9148b 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "1.0.7" +version = "1.1.0" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }