Skip to content

Commit

Permalink
Prepare release 2.0.4 (#74)
Browse files Browse the repository at this point in the history
* Prepare release 2.0.4

* Better changelog message
  • Loading branch information
cottinisimone authored Sep 1, 2023
1 parent 21f915a commit 059adc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.0.4] - 2023-09-01

### Removed

- Removed Telepoison.setup function call, which is deprecated.
- Removed telepoison dependency.

---

## [2.0.3] - 2023-06-29

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



[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.3...HEAD
[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.4...HEAD
[2.0.4]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.0...2.0.1
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.0.3"
@version "2.0.4"

def project do
[
Expand Down

0 comments on commit 059adc2

Please sign in to comment.