Skip to content

Commit

Permalink
Prep release (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored May 3, 2024
1 parent cc5ed1a commit fc531d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.1.0] - 2024-05-03

No changes since 2.1.0-pre.0

---

## [2.1.0-pre.0] - 2024-04-25

### Changed
Expand Down Expand Up @@ -237,7 +243,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.1.0-pre.0...HEAD

[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.1.0...HEAD
[2.1.0]: https://github.com/primait/prima_opentelemetry_ex/compare/2.1.0-pre.0...2.1.0
[2.1.0-pre.0]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.6...2.1.0-pre.0
[2.0.6]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.5...2.0.6
[2.0.5]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.4...2.0.5
Expand Down
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 PrimaOpentelemetryEx.MixProject do
use Mix.Project

@source_url "https://github.com/primait/prima_opentelemetry_ex"
@version "2.1.0-pre.0"
@version "2.1.0"

def project do
[
Expand Down

0 comments on commit fc531d8

Please sign in to comment.