From 3afbe04f74af50f07b0c797f3ea703a1dca5dd9b Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Thu, 18 Apr 2024 09:54:37 +0200 Subject: [PATCH] fix version (#149) --- CHANGELOG.md | 6 +++--- mix.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf48e75..7c349c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [2.2.2-rc.0] - 2024-04-18 +## [2.3.0-rc.0] - 2024-04-18 ### Added @@ -74,8 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 in order to keep the opentelemetry log metadata. -[Unreleased]: https://github.com/primait/opentelemetry_absinthe/compare/2.2.2-rc.0...HEAD -[2.2.2-rc.0]: https://github.com/primait/opentelemetry_absinthe/compare/2.2.1...2.2.2-rc.0 +[Unreleased]: https://github.com/primait/opentelemetry_absinthe/compare/2.3.0-rc.0...HEAD +[2.2.2-rc.0]: https://github.com/primait/opentelemetry_absinthe/compare/2.2.1...2.3.0-rc.0 [2.0.0]: https://github.com/primait/opentelemetry_absinthe/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/primait/opentelemetry_absinthe/compare/1.1.0...2.0.0 [1.1.0]: https://github.com/primait/opentelemetry_absinthe/compare/1.0.0...1.1.0 diff --git a/mix.exs b/mix.exs index b839f7b..a1a75ba 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule OpentelemetryAbsinthe.MixProject do use Mix.Project @source_url "https://github.com/primait/opentelemetry_absinthe" - @version "2.2.2-rc.0" + @version "2.3.0-rc.0" def project do [