Skip to content

Commit

Permalink
Release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Aug 10, 2021
1 parent 9b7787d commit 5f6e601
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Diff for [unreleased]

## 3.4.0 - 2021-08-10

### Added
- `telemetry` `v1.0.0` support (#483)
- Logger Metadata (#462 & #464)
- Support setting job `state` in config (#463)

### Fixed
- Invalid Timezone fix in `ExecutionBroadcaster` (#468)

Diff for [3.4.0]

## 3.3.0 - 2020-09-25

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

[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.3.0...HEAD
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.4.0...HEAD
[3.3.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.2.0...v3.3.0
[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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Quantum.Mixfile do
use Mix.Project

@source_url "https://github.com/quantum-elixir/quantum-core"
@version "3.3.0"
@version "3.4.0"

def project do
[
Expand Down

0 comments on commit 5f6e601

Please sign in to comment.