Skip to content

Commit 821b126

Browse files
committed
0.1.16
1 parent 9cc3cf7 commit 821b126

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## [0.1.15] - 2019/07/11
410

511
### CHANGED

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323

2424
def deps do
2525
[
26-
{:aws_ex_ray, "~> 0.1.15"},
26+
{:aws_ex_ray, "~> 0.1.16"},
2727

2828
# add support libraries as you like
2929
{:aws_ex_ray_plug, "~> 0.1"},

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AwsExRay.MixProject do
44
def project do
55
[
66
app: :aws_ex_ray,
7-
version: "0.1.15",
7+
version: "0.1.16",
88
elixir: "~> 1.6",
99
package: package(),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)