Skip to content

Commit

Permalink
Merge pull request #32 from peek-travel/new-release
Browse files Browse the repository at this point in the history
0.7.0 Changelog
  • Loading branch information
doughsay authored Dec 11, 2017
2 parents 03227a1 + dd860c9 commit 3f96d51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.7.0][] - 2017-12-07
### Added
- The ability to pass anything responding to `from` and `until` to `overlap_mode` and `compare`

## [0.6.0][] - 2017-10-30
### Added
- Quick Start guide and logo to the README
Expand Down Expand Up @@ -55,7 +59,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.6.0...HEAD
[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.7.0...HEAD
[0.7.0]: https://github.com/peek-travel/cocktail/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/peek-travel/cocktail/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/peek-travel/cocktail/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/peek-travel/cocktail/compare/0.5.1...0.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ by adding `cocktail` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cocktail, "~> 0.6"}
{:cocktail, "~> 0.7"}
]
end
```
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.6.0"
@version "0.7.0"

def project do
[
Expand Down

0 comments on commit 3f96d51

Please sign in to comment.