Skip to content

Commit

Permalink
remove direct dependency on telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Jan 30, 2021
1 parent 34c004f commit 309f8fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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).

## 0.1.1 - 2021-01-30

### Removed

- Removed direct dependency on `:telemetry`
- see #4

## 0.1.0 - 2021-01-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule Slipstream.MixProject do
[
{:gun, "~> 1.3"},
{:phoenix, "~> 1.0"},
{:telemetry, "~> 0.4"},
# {:telemetry, "~> 0.4"},
{:jason, "~> 1.0", optional: true},
{:nimble_options, "~> 0.1"},
# docs
Expand Down

0 comments on commit 309f8fa

Please sign in to comment.