diff --git a/CHANGELOG.md b/CHANGELOG.md index f3cd374..c3543ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,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 diff --git a/README.md b/README.md index 7257852..b141b9d 100644 --- a/README.md +++ b/README.md @@ -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 ```