bump opentelemetry_phoenix to 1.1.1 (#181)
This commit is contained in:
parent
b85420afed
commit
4dfda22cef
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.1
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* [Relax nimble_options
|
||||||
|
requirement](https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/161)
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -5,7 +5,7 @@ defmodule OpentelemetryPhoenix.MixProject do
|
||||||
[
|
[
|
||||||
app: :opentelemetry_phoenix,
|
app: :opentelemetry_phoenix,
|
||||||
description: description(),
|
description: description(),
|
||||||
version: "1.1.0",
|
version: "1.1.1",
|
||||||
elixir: "~> 1.10",
|
elixir: "~> 1.10",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
dialyzer: [
|
dialyzer: [
|
||||||
|
|
Loading…
Reference in New Issue