Skip to content

Commit

Permalink
Prepare for release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored Jun 29, 2023
1 parent 99fae3d commit b847531
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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.0.3] - 2023-06-29

### Changed

- Fix exclude options not being applied on compile time

---

## [2.0.2] - 2023-06-21

### Added
Expand Down Expand Up @@ -187,7 +195,9 @@ 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.2...HEAD

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

def project do
[
Expand Down

0 comments on commit b847531

Please sign in to comment.