Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 4, 2018
1 parent b1db34a commit 41886f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- No unreleased changes currently.

## [1.6.0] - 2018-06-04
- Storage strategy behaviour
- Centralize most storage logic, requiring only the most adapter specific behaviour to be defined by the adapter.

## [1.5.0] - 2018-06-02
### Changed
- Interface for updating span metadata, and creating with metadata has been updated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This library is undergoing some structural changes for future versions. This doc

```elixir
def deps do
[{:spandex, "~> 1.5.0"}]
[{:spandex, "~> 1.6.0"}]
end
```

Expand Down
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Spandex.Mixfile do
def project do
[
app: :spandex,
version: "1.5.0",
version: "1.6.0",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down Expand Up @@ -64,8 +64,7 @@ defmodule Spandex.Mixfile do
{:inch_ex, "~> 0.5", only: [:dev, :test]},
{:optimal, "~> 0.3.3"},
{:msgpax, "~> 1.1"},
{:plug, "~> 1.0"},
{:exjsx, "~> 3.2", only: :test}
{:plug, ">= 1.0.0"}
]
end
end

0 comments on commit 41886f0

Please sign in to comment.