Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.2.2 #298

Merged
merged 1 commit into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Diff for [unreleased]

## 2.2.2 - 2018-02-08

### Added
- Better Debugging Capabilities

### Fixed
- Relaxed version requirements for `gen_stage`

Diff for [2.2.2]

## 2.2.1 - 2018-01-03

### Fixed
Expand Down Expand Up @@ -447,7 +457,8 @@ Diff for [1.0.0]
- Initial commit


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.2.1...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.2.2...HEAD
[2.2.1]: https://github.com/c-rack/quantum-elixir/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/c-rack/quantum-elixir/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/c-rack/quantum-elixir/compare/v2.1.3...v2.2.0
[2.1.3]: https://github.com/c-rack/quantum-elixir/compare/v2.1.2...v2.1.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.2.1"},
[{:quantum, ">= 2.2.2"},
{: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.2.1"
@version "2.2.2"

def project do
[
Expand Down