File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77Diff for [ unreleased]
88
9+ ## 3.4.0 - 2021-08-10
10+
11+ ### Added
12+ - ` telemetry ` ` v1.0.0 ` support (#483 )
13+ - Logger Metadata (#462 & #464 )
14+ - Support setting job ` state ` in config (#463 )
15+
16+ ### Fixed
17+ - Invalid Timezone fix in ` ExecutionBroadcaster ` (#468 )
18+
19+ Diff for [ 3.4.0]
20+
921## 3.3.0 - 2020-09-25
1022
1123### Added
@@ -618,7 +630,8 @@ Diff for [1.0.0]
618630### Added
619631- Initial commit
620632
621- [ unreleased ] : https://github.com/quantum-elixir/quantum-core/compare/v3.3.0...HEAD
633+ [ unreleased ] : https://github.com/quantum-elixir/quantum-core/compare/v3.4.0...HEAD
634+ [ 3.3.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.3.0...v3.4.0
622635[ 3.3.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...v3.3.0
623636[ 3.2.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.1.0...v3.2.0
624637[ 3.1.0 ] : https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...v3.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Quantum.Mixfile do
44 use Mix.Project
55
66 @ source_url "https://github.com/quantum-elixir/quantum-core"
7- @ version "3.3 .0"
7+ @ version "3.4 .0"
88
99 def project do
1010 [
You can’t perform that action at this time.
0 commit comments