Skip to content

Commit 5f6e601

Browse files
committed
Release v3.4.0
1 parent 9b7787d commit 5f6e601

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

77
Diff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)