Skip to content

Commit

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

## [2.1.0]
It is recommended to reread the README, to see the upgrade guide and understand the changes.

### Added
- Massive changes, including separating adapters into their own repositories

### Changed
- Many interface changes, specifically around return values

### Removed
- Adapters now exist in their own repositories

## [1.6.1] - 2018-06-04
### Added
- `private` key, when updating spans, for non-inheriting meta
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This library could use some work! I've become unexpectedly busy lately, so I hav

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

Expand Down
2 changes: 1 addition & 1 deletion 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: "2.0.0",
version: "2.1.0",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit bcb7138

Please sign in to comment.