Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Sep 14, 2020
1 parent e896c20 commit 8f00232
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

Diff for [unreleased]

## 3.2.0 - 2020-10-14

### Added
- Telemetry Support (#415)

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

Diff for [unreleased]
Diff for [3.2.0]

## 3.1.0 - 2020-08-18

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

[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...HEAD
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...v3.1.0
[3.0.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1
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 "3.1.0"
@version "3.2.0"

def project do
[
Expand Down

0 comments on commit 8f00232

Please sign in to comment.