Skip to content

Commit

Permalink
Prepare for release (#58)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* bump
  • Loading branch information
cpiemontese authored Jun 21, 2023
1 parent 036aeee commit 70352bc
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.2] - 2023-06-21

### Added

- Country tag is now added based on the `COUNTRY` env var

---

## [2.0.1] - 2023-04-07

### Fixed
Expand Down Expand Up @@ -179,7 +187,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.1...HEAD
[Unreleased]: https://github.com/primait/prima_opentelemetry_ex/compare/2.0.2...HEAD
[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
[1.1.3]: https://github.com/primait/prima_opentelemetry_ex/compare/1.1.2...1.1.3
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.1"
@version "2.0.2"

def project do
[
Expand Down

0 comments on commit 70352bc

Please sign in to comment.