Skip to content

Commit

Permalink
Merge pull request #251 from jshmrtn/release/v2.0.1
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
c-rack authored Aug 23, 2017
2 parents 2942fe9 + 931c448 commit da32f1c
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.1 - 2017-08-23

Diff for [2.0.1]

### Fixed
- Timezone in job configuration is now normalized into a job.

## 2.0.0 - 2017-07-20

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


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.0...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.0.1...HEAD
[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
[2.0.0-beta.1]: https://github.com/c-rack/quantum-elixir/compare/v1.9.2...v2.0.0-beta.1
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.0"},
[{:quantum, ">= 2.0.1"},
{: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.0"
@version "2.0.1"

def project do
[
Expand Down

0 comments on commit da32f1c

Please sign in to comment.