Skip to content

Commit

Permalink
Merge pull request #252 from jshmrtn/release/v2.0.2
Browse files Browse the repository at this point in the history
Release v2.0.2
  • Loading branch information
maennchen authored Aug 23, 2017
2 parents 31dd8a1 + f91d50c commit 8444e1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Diff for [unreleased]

## 2.0.2 - 2017-08-23

Diff for [2.0.2]

### Fixed
- Updated Docs.

## 2.0.1 - 2017-08-23

Diff for [2.0.1]
Expand Down Expand Up @@ -357,7 +364,8 @@ Diff for [1.9.1]
- Initial commit


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.1...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/c-rack/quantum-elixir/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0-beta.2...v2.0.0
[2.0.0-beta.2]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0-beta.1...v2.0.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to
**1. the list of dependencies:**
```elixir
defp deps do
[{:quantum, ">= 2.0.1"},
[{:quantum, ">= 2.0.2"},
{:timex, "~> 3.0"}]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Quantum.Mixfile do

use Mix.Project

@version "2.0.1"
@version "2.0.2"

def project do
[
Expand Down

0 comments on commit 8444e1f

Please sign in to comment.