We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc3cf7 commit 821b126Copy full SHA for 821b126
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [0.1.16] - 2020/06/13
4
+
5
+### CHANGED
6
7
+- fix: Removes deprecated time unit (https://github.com/lyokato/aws_ex_ray/pull/18). thanks to Efesto.
8
9
## [0.1.15] - 2019/07/11
10
11
### CHANGED
README.md
@@ -23,7 +23,7 @@ end
23
24
def deps do
25
[
26
- {:aws_ex_ray, "~> 0.1.15"},
+ {:aws_ex_ray, "~> 0.1.16"},
27
28
# add support libraries as you like
29
{:aws_ex_ray_plug, "~> 0.1"},
mix.exs
@@ -4,7 +4,7 @@ defmodule AwsExRay.MixProject do
def project do
app: :aws_ex_ray,
- version: "0.1.15",
+ version: "0.1.16",
elixir: "~> 1.6",
package: package(),
start_permanent: Mix.env() == :prod,
0 commit comments