Skip to content

Commit

Permalink
Release 1.1.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkgil committed Apr 1, 2022
1 parent d3ba8b2 commit deab9ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ 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).

## [1.1.0](https://github.com/elixir-telemetry/telemetry/tree/v1.1.0)

### Added

- Added `monotonic_time` measurement to all span events. (#92)
- Added a `[telemetry, handler, failure]` event emitted when any handler fails and is detached. (#98)
- Added a `mix.exs` file, lowering the memory footprint of compilation in Elixir projects. (#103)

## [1.0.0](https://github.com/elixir-telemetry/telemetry/tree/v1.0.0)

There are no changes in the 1.0.0 release - it marks the stability of the API.
Expand Down
2 changes: 1 addition & 1 deletion src/telemetry.app.src
@@ -1,6 +1,6 @@
{application, telemetry,
[{description, "Dynamic dispatching library for metrics and instrumentations"},
{vsn, "1.0.0"},
{vsn, "1.1.0"},
{registered, []},
{mod, {telemetry_app, []}},
{applications,
Expand Down

0 comments on commit deab9ae

Please sign in to comment.