From bf1744e755404c41b165ca20212956d3ddaa3cd2 Mon Sep 17 00:00:00 2001 From: Arek Gil Date: Sat, 17 Aug 2024 14:11:08 +0200 Subject: [PATCH] Release 0.7.1 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92c125..71b8f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1](https://github.com/beam-telemetry/telemetry_metrics_statsd/tree/v0.7.1) + +#### Added + +- Support `TelemetryMetrics` version 1.0. (#96) +- Log the binary size when the message exceeds the configured MTU. (#95) + +#### Fixed + +- Fix the reporter crash when the host resolution fails. (#96) + ## [0.7.0](https://github.com/beam-telemetry/telemetry_metrics_statsd/tree/v0.7.0) The major addition in this release is support for IPv6 StatsD hosts. diff --git a/mix.exs b/mix.exs index 6f20707..f4a2c98 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule TelemetryMetricsStatsd.MixProject do use Mix.Project - @version "0.7.0" + @version "0.7.1" def project do [