Skip to content

Commit 603146e

Browse files
committed
Release v3.3.0
1 parent fe0253a commit 603146e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

77
Diff for [unreleased]
88

9-
## 3.2.0 - 2020-10-14
9+
## 3.3.0 - 2020-09-25
10+
11+
### Added
12+
- Support manual job triggering (#459)
13+
14+
Diff for [3.3.0]
15+
16+
## 3.2.0 - 2020-09-14
1017

1118
### Added
1219
- Telemetry Support (#415)
@@ -611,7 +618,8 @@ Diff for [1.0.0]
611618
### Added
612619
- Initial commit
613620

614-
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...HEAD
621+
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.3.0...HEAD
622+
[3.3.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...v3.3.0
615623
[3.2.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...v3.2.0
616624
[3.1.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...v3.1.0
617625
[3.0.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2

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.2.0"
6+
@version "3.3.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)