Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkowalski committed Jan 21, 2021
1 parent ae786be commit 19af6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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] - 2021-01-21
### Changed
- Added support for Appsignal 2.0.
## [1.0.0] - 2020-05-27
### Changed
- `TelemetryMetricsAppsignal` is now implemented as a `GenServer` and performs cleanup
Expand Down
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.0.0",
version: "1.1.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 19af6a0

Please sign in to comment.