Skip to content

Commit

Permalink
fix version (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Apr 18, 2024
1 parent 91a1f79 commit 3afbe04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 3afbe04

Please sign in to comment.