Skip to content

Commit

Permalink
bump for release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Apr 7, 2023
1 parent 6868405 commit b7f9fa5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.0.1] - 2023-04-07

### Fixed

- `:excluded` config is correctly checked at runtime

---

## [2.0.0] - 2023-03-23

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


[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.0...HEAD
[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.1...HEAD
[2.0.1]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/primait/prima_opentelemetry_ex/compare/1.1.3...2.0.0
[1.1.3]: https://github.com/primait/prima_opentelemetry_ex/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/primait/prima_opentelemetry_ex/compare/1.1.1...1.1.2
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.0"
@version "2.0.1"

def project do
[
Expand Down

0 comments on commit b7f9fa5

Please sign in to comment.