File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77Diff for [ unreleased]
88
9+ ## 3.1.0 - 2020-08-18
10+
11+ ### Added
12+ - Additional Supervisor Configuration for Clustering (#450 )
13+
14+ Diff for [ 3.1.0]
15+
916## 3.0.2 - 2020-08-18
1017
1118### Fixed
@@ -593,8 +600,8 @@ Diff for [1.0.0]
593600### Added
594601- Initial commit
595602
596-
597- [ unreleased ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...HEAD
603+ [ unreleased ] : https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...HEAD
604+ [ 3.0.2 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...v3.1.0
598605[ 3.0.2 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2
599606[ 3.0.1 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1
600607[ 3.0.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.3...v3.0.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Quantum.Mixfile do
33
44 use Mix.Project
55
6- @ version "3.0.2 "
6+ @ version "3.1.0 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments