Skip to content

Commit d2cace6

Browse files
committed
Release v3.1.0
1 parent d1d7a17 commit d2cace6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
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+
## 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

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 "3.0.2"
6+
@version "3.1.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)