Skip to content

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Aug 13, 2018
1 parent 88b14c0 commit a49df9f
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.3.1 - 2018-08-13

### Fixed
- Fixed Regression in Run Strategy Random

Diff for [2.3.1]

## 2.3.0 - 2018-08-10

### Added
Expand Down Expand Up @@ -506,7 +513,8 @@ Diff for [1.0.0]
- Initial commit


[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v2.3.0...HEAD
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/quantum-elixir/quantum-core/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/quantum-elixir/quantum-core/compare/v2.2.7...v2.3.0
[2.2.7]: https://github.com/quantum-elixir/quantum-core/compare/v2.2.6...v2.2.7
[2.2.6]: https://github.com/quantum-elixir/quantum-core/compare/v2.2.5...v2.2.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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"},
[{:quantum, "~> 2.3"},
{: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.3.0"
@version "2.3.1"

def project do
[
Expand Down

0 comments on commit a49df9f

Please sign in to comment.