File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77Diff 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
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.2 .0"
6+ @ version "3.3 .0"
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments