From 0d7ca513655fe1a070299905227207224496c001 Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:29:16 +0200 Subject: [PATCH] [PLATFORM-1843]: Release (#178) --- CHANGELOG.md | 12 +++++++++++- mix.exs | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03f4be..bb6b933 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 --- +## [1.3.2] - 2024-06-26 + +### Added + +- Add latest semantic convention resource attributes + +--- + ## [1.3.1-rc.1] - 2024-05-28 --- @@ -77,7 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/primait/telepoison/compare/1.3.1-rc.1...HEAD + +[Unreleased]: https://github.com/primait/telepoison/compare/1.3.2...HEAD +[1.3.2]: https://github.com/primait/telepoison/compare/1.3.1-rc.1...1.3.2 [1.3.1-rc.1]: https://github.com/primait/telepoison/compare/1.3.1-rc.0...1.3.1-rc.1 [1.3.1]: https://github.com/primait/telepoison/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/primait/telepoison/compare/1.2.2...1.3.0 diff --git a/mix.exs b/mix.exs index e8a7e3e..7fe8df0 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Telepoison.MixProject do use Mix.Project @source_url "https://github.com/primait/telepoison" - @version "1.3.1-rc.1" + @version "1.3.2" def project do [