Skip to content

Commit 8f00232

Browse files
committed
Release v3.2.0
1 parent e896c20 commit 8f00232

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
Diff for [unreleased]
8+
9+
## 3.2.0 - 2020-10-14
10+
711
### Added
812
- Telemetry Support (#415)
913

1014
### Fixed
1115
- Properly override jobs with duplicate name (#392)
1216
- Simplify `TaskRegistry` and make tests deterministic
1317

14-
Diff for [unreleased]
18+
Diff for [3.2.0]
1519

1620
## 3.1.0 - 2020-08-18
1721

@@ -607,7 +611,8 @@ Diff for [1.0.0]
607611
### Added
608612
- Initial commit
609613

610-
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...HEAD
614+
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...HEAD
615+
[3.2.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...v3.2.0
611616
[3.1.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...v3.1.0
612617
[3.0.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2
613618
[3.0.1]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1

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.1.0"
6+
@version "3.2.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)