From 70352bc5fa80e5b98fa770bff27f2604885ab28b Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Wed, 21 Jun 2023 14:11:24 +0200 Subject: [PATCH] Prepare for release (#58) * update CHANGELOG * bump --- CHANGELOG.md | 11 ++++++++++- mix.exs | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c3b72..27c46c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/mix.exs b/mix.exs index 28e7414..1bac75e 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [