Skip to content

Commit 8444e1f

Browse files
authored
Merge pull request #252 from jshmrtn/release/v2.0.2
Release v2.0.2
2 parents 31dd8a1 + f91d50c commit 8444e1f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
Diff for [unreleased]
88

9+
## 2.0.2 - 2017-08-23
10+
11+
Diff for [2.0.2]
12+
13+
### Fixed
14+
- Updated Docs.
15+
916
## 2.0.1 - 2017-08-23
1017

1118
Diff for [2.0.1]
@@ -357,7 +364,8 @@ Diff for [1.9.1]
357364
- Initial commit
358365

359366

360-
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.1...HEAD
367+
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.2...HEAD
368+
[2.0.2]: https://github.com/c-rack/quantum-elixir/compare/v2.0.1...v2.0.2
361369
[2.0.1]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0...v2.0.1
362370
[2.0.0]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0-beta.2...v2.0.0
363371
[2.0.0-beta.2]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0-beta.1...v2.0.0-beta.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to
1919
**1. the list of dependencies:**
2020
```elixir
2121
defp deps do
22-
[{:quantum, ">= 2.0.1"},
22+
[{:quantum, ">= 2.0.2"},
2323
{:timex, "~> 3.0"}]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Quantum.Mixfile do
33

44
use Mix.Project
55

6-
@version "2.0.1"
6+
@version "2.0.2"
77

88
def project do
99
[

0 commit comments

Comments
 (0)