Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkgil committed Feb 14, 2019
1 parent 67276d8 commit 1973c2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [0.3.0](https://github.com/beam-telemetry/telemetry_poller/tree/v0.3.0)

This release marks the upgrade to Telemetry 0.4.0. This means that Poller measurements can emit a map
of values now instead of a single one, making it less "noisy" when it comes to number of emitted events.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ Telemetry.Poller.start_link(
)
```

See [documentation](https://hexdocs.pm/telemetry_poller/0.2.0) for more concrete examples and usage
See [documentation](https://hexdocs.pm/telemetry_poller/0.3.0) for more concrete examples and usage
instructions.

## Copyright and License
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Telemetry.Poller.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.3.0"

def project do
[
Expand Down

0 comments on commit 1973c2e

Please sign in to comment.