Skip to content

Commit 7610a4f

Browse files
authored
Merge pull request #271 from jshmrtn/release/2.1.1
Bump Version to v2.1.1
2 parents 2c55c4d + 8cf5b96 commit 7610a4f

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

1118
Diff for [2.1.0]
@@ -404,7 +411,8 @@ Diff for [1.9.1]
404411
- Initial commit
405412

406413

407-
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0...HEAD
414+
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.1.1...HEAD
415+
[2.1.1]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0...v2.1.1
408416
[2.1.0]: https://github.com/c-rack/quantum-elixir/compare/v2.1.0-beta.1...v2.1.0
409417
[2.1.0-beta.1]: https://github.com/c-rack/quantum-elixir/compare/v2.0.4...v2.1.0-beta.1
410418
[2.0.4]: https://github.com/c-rack/quantum-elixir/compare/v2.0.3...v2.0.4

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"},
22+
[{:quantum, ">= 2.1.1"},
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"
6+
@version "2.1.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)