From 683c7432acd88eb90a88eba8259af110de633dfa Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:31:45 +0100 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e1963..c3ea89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [1.1.2] - 2023-03-23 + +## [1.1.2] - 2023-03-23 + ### Added - Set span status to error if the returned http status code is 5xx @@ -36,6 +42,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 From 621031ffead61441c10b0dfbbfaaa73ecdab21f3 Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:31:56 +0100 Subject: [PATCH 2/3] Bump version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [ From 18041ab9223263cdf5742339fafd4a50c3b77d5c Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:53:06 +0100 Subject: [PATCH 3/3] Remove duplicate lines --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ea89b..8a171a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ---- - -## [1.1.2] - 2023-03-23 - ## [1.1.2] - 2023-03-23 ### Added