Skip to content

Commit

Permalink
Release 0.7.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkgil authored Aug 17, 2024
1 parent 06dabf0 commit 0e72efd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule TelemetryMetricsStatsd.MixProject do
use Mix.Project

@version "0.7.0"
@version "0.7.1"

def project do
[
Expand Down

0 comments on commit 0e72efd

Please sign in to comment.