Skip to content

Commit 6ece24f

Browse files
committed
v0.1.15
1 parent 3ccd5ac commit 6ece24f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

3-
## [0.1.13] - 2019/06/03
3+
## [0.1.15] - 2019/07/11
4+
5+
### CHANGED
6+
7+
- fix: Sysmte.cwd replace to File.cwd(https://github.com/lyokato/aws_ex_ray/pull/17). thanks to hiromoon.
8+
9+
## [0.1.14] - 2019/06/03
410

511
### CHANGED
612

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.14"},
26+
{:aws_ex_ray, "~> 0.1.15"},
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.14",
7+
version: "0.1.15",
88
elixir: "~> 1.6",
99
package: package(),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)