Skip to content

Commit

Permalink
Prepare release 1.2.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkowalski committed Sep 30, 2021
1 parent 1dbbe1f commit a7ff7a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,42 @@
# Changelog

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.2.0] - 2021-09-30

### Added

- Added support for telemetry 1.0.

## [1.1.0] - 2021-01-21
### Changed

### Added

- Added support for Appsignal 2.0.

## [1.0.0] - 2020-05-27

### Changed

- `TelemetryMetricsAppsignal` is now implemented as a `GenServer` and performs cleanup
of telemetry handlers upon termination (kudos to @bradleygolden).
of telemetry handlers upon termination (kudos to @bradleygolden).

### Fixed

- Marked `jason` as an optional dependency - it's only required by `appsignal` when testing.
- Suppressed warning when measurement was missing from an event.

## [0.1.1] - 2020-05-17

### Fixed

- Fixed using `tag_values` to generate tags from metadata.

## [0.1.0] - 2020-04-07

### Added

- Implemented reporting all `Telemetry.Metrics` measurements to AppSignal.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule TelemetryMetricsAppsignal.MixProject do
def project do
[
app: :telemetry_metrics_appsignal,
version: "1.1.0",
version: "1.2.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
source_url: "https://github.com/surgeventures/telemetry_metrics_appsignal",
Expand Down

0 comments on commit a7ff7a1

Please sign in to comment.