From 6e97e2000af968fd9b085ff4986aa09c7ecf7e88 Mon Sep 17 00:00:00 2001 From: Aleksei Matiushkin Date: Sat, 30 Nov 2024 07:18:59 +0100 Subject: [PATCH] :paperclip: version bump --- README.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbaa14..04ae954 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ end ## Changelog +- **`0.21.0`** — + - [UPD] support for external messengers (slack) - **`0.20.0`** — - [UPD] support for nested spans - **`0.19.1`** — diff --git a/mix.exs b/mix.exs index 6e4a367..bd301a4 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Telemetria.MixProject do use Mix.Project @app :telemetria - @version "0.20.0" + @version "0.21.0" def project do [