Skip to content

Commit 41886f0

Browse files
committed
bump version and update changelog
1 parent b1db34a commit 41886f0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
- No unreleased changes currently.
99

10+
## [1.6.0] - 2018-06-04
11+
- Storage strategy behaviour
12+
- Centralize most storage logic, requiring only the most adapter specific behaviour to be defined by the adapter.
13+
1014
## [1.5.0] - 2018-06-02
1115
### Changed
1216
- Interface for updating span metadata, and creating with metadata has been updated

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This library is undergoing some structural changes for future versions. This doc
1616

1717
```elixir
1818
def deps do
19-
[{:spandex, "~> 1.5.0"}]
19+
[{:spandex, "~> 1.6.0"}]
2020
end
2121
```
2222

mix.exs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Spandex.Mixfile do
44
def project do
55
[
66
app: :spandex,
7-
version: "1.5.0",
7+
version: "1.6.0",
88
elixir: "~> 1.3",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
build_embedded: Mix.env() == :prod,
@@ -64,8 +64,7 @@ defmodule Spandex.Mixfile do
6464
{:inch_ex, "~> 0.5", only: [:dev, :test]},
6565
{:optimal, "~> 0.3.3"},
6666
{:msgpax, "~> 1.1"},
67-
{:plug, "~> 1.0"},
68-
{:exjsx, "~> 3.2", only: :test}
67+
{:plug, ">= 1.0.0"}
6968
]
7069
end
7170
end

0 commit comments

Comments
 (0)