diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e1963..8a171a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2023-03-23 + ### Added - Set span status to error if the returned http status code is 5xx @@ -36,6 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0 -[Unreleased]: https://github.com/primait/teleplug/compare/1.1.1...HEAD + +[Unreleased]: https://github.com/primait/teleplug/compare/1.1.2...HEAD +[1.1.2]: https://github.com/primait/teleplug/compare/1.1.1...1.1.2 +[1.1.1]: https://github.com/primait/teleplug/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/primait/teleplug/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/primait/teleplug/releases/tag/1.1.0 diff --git a/mix.exs b/mix.exs index 09f143b..a7a0460 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Teleplug.MixProject do use Mix.Project @source_url "https://github.com/primait/teleplug" - @version "1.1.1" + @version "1.1.2" def project do [