Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Jun 16, 2020
1 parent aaa50f4 commit 0ac6289
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Diff for [unreleased]

## 3.0.1 - 2020-06-16

### Fixed
- `ClockEvent` order corrected

Diff for [3.0.1]

## 3.0.0 - 2020-06-11

### Fixed
- Fix `@reboot` Cron Expression (#437)

Diff for [3.0.0-rc.3]
Diff for [3.0.0]

## 3.0.0-rc.3 - 2020-02-28

Expand Down Expand Up @@ -580,7 +587,8 @@ Diff for [1.0.0]
- Initial commit


[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...HEAD
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.3...v3.0.0
[3.0.0-rc.3]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.2...v3.0.0-rc.3
[3.0.0-rc.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.1...v3.0.0-rc.2
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Quantum.Mixfile do

use Mix.Project

@version "3.0.0"
@version "3.0.1"

def project do
[
Expand Down

0 comments on commit 0ac6289

Please sign in to comment.