Skip to content

Commit 0f324f4

Browse files
authored
Merge pull request #195 from c-rack/release-1.9.2
Release 1.9.2
2 parents 0175a85 + 01a2926 commit 0f324f4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

77
Diff for [Unreleased]
88

9+
## 1.9.2 - 2017-05-19
10+
11+
Diff for [1.9.2]
12+
913
## 1.9.1 - 2017-03-17
1014

1115
Diff for [1.9.1]
@@ -328,7 +332,8 @@ Diff for [1.9.1]
328332
- Initial commit
329333

330334

331-
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.9.1...HEAD
335+
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v1.9.2...HEAD
336+
[1.9.2]: https://github.com/c-rack/quantum-elixir/compare/v1.9.1...v1.9.2
332337
[1.9.1]: https://github.com/c-rack/quantum-elixir/compare/v1.9.0...v1.9.1
333338
[1.9.0]: https://github.com/c-rack/quantum-elixir/compare/v1.8.1...v1.9.0
334339
[1.8.1]: https://github.com/c-rack/quantum-elixir/compare/v1.8.0...v1.8.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use Quantum in your project, edit the `mix.exs` file and add Quantum to both
1616
**1. the list of dependencies:**
1717
```elixir
1818
defp deps do
19-
[{:quantum, ">= 1.9.1"}]
19+
[{:quantum, ">= 1.9.2"}]
2020
end
2121
```
2222

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Quantum.Mixfile do
22
use Mix.Project
33

4-
@version "1.9.1"
4+
@version "1.9.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)