Skip to content

Commit d04db9d

Browse files
authored
Merge pull request #262 from jshmrtn/release/v2.1.0
Release v2.1.0
2 parents a0e9736 + 535e143 commit d04db9d

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

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.1.0 - 2017-09-10
10+
11+
Diff for [2.1.0]
12+
13+
### Fixed
14+
- Resolved some Dialyzer Warnings
15+
916
## 2.1.0-beta.1 - 2017-08-20
1017

1118
Diff for [2.1.0-beta.1]
@@ -397,7 +404,8 @@ Diff for [1.9.1]
397404
- Initial commit
398405

399406

400-
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0-beta.1...HEAD
407+
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0...HEAD
408+
[2.1.0]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0-beta.1...v2.1.0
401409
[2.1.0-beta.1]: https://github.com/c-rack/quantum-elixir/compare/v2.0.4...v2.1.0-beta.1
402410
[2.0.4]: https://github.com/c-rack/quantum-elixir/compare/v2.0.3...v2.0.4
403411
[2.0.3]: https://github.com/c-rack/quantum-elixir/compare/v2.0.2...v2.0.3

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.1.0-beta.1"},
22+
[{:quantum, ">= 2.1.0"},
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.1.0-beta.1"
6+
@version "2.1.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)