Skip to content

Commit

Permalink
Update version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Nov 12, 2018
1 parent 0ab0e3e commit 435767f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][]

## [0.8.3][] - 2018-11-12
### Fixed
- Allow additional keys in Cocktail.Span.span_compat type

## [0.8.2][] - 2018-11-08
### Fixed
- Fix a couple typespecs in Cocktail.Span ([#66](https://github.com/peek-travel/cocktail/pull/66))
Expand Down Expand Up @@ -81,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 0.0.1 - 2017-09-08
### Initial release

[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.8.2...HEAD
[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.8.3...HEAD
[0.8.3]: https://github.com/peek-travel/cocktail/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/peek-travel/cocktail/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/peek-travel/cocktail/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/peek-travel/cocktail/compare/0.7.0...0.8.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cocktail.Mixfile do
use Mix.Project

@version "0.8.2"
@version "0.8.3"

def project do
[
Expand Down

0 comments on commit 435767f

Please sign in to comment.