Skip to content

Commit

Permalink
Merge pull request #262 from jshmrtn/release/v2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
maennchen authored Sep 10, 2017
2 parents a0e9736 + 535e143 commit d04db9d
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.1.0 - 2017-09-10

Diff for [2.1.0]

### Fixed
- Resolved some Dialyzer Warnings

## 2.1.0-beta.1 - 2017-08-20

Diff for [2.1.0-beta.1]
Expand Down Expand Up @@ -397,7 +404,8 @@ Diff for [1.9.1]
- Initial commit


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0-beta.1...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0-beta.1...v2.1.0
[2.1.0-beta.1]: https://github.com/c-rack/quantum-elixir/compare/v2.0.4...v2.1.0-beta.1
[2.0.4]: https://github.com/c-rack/quantum-elixir/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/c-rack/quantum-elixir/compare/v2.0.2...v2.0.3
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.1.0-beta.1"},
[{:quantum, ">= 2.1.0"},
{: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.1.0-beta.1"
@version "2.1.0"

def project do
[
Expand Down

0 comments on commit d04db9d

Please sign in to comment.