Skip to content

Commit a1ca7c4

Browse files
committed
Release v3.0.2
1 parent 29e3ce4 commit a1ca7c4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
Diff for [unreleased]
88

9+
## 3.0.2 - 2020-08-18
10+
11+
### Fixed
12+
- Fix Warnings with Clock Skew (#449)
13+
14+
Diff for [3.0.2]
15+
916
## 3.0.1 - 2020-06-16
1017

1118
### Fixed
@@ -587,7 +594,8 @@ Diff for [1.0.0]
587594
- Initial commit
588595

589596

590-
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...HEAD
597+
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...HEAD
598+
[3.0.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2
591599
[3.0.1]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0...v3.0.1
592600
[3.0.0]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.3...v3.0.0
593601
[3.0.0-rc.3]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.0-rc.2...v3.0.0-rc.3

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Quantum.Mixfile do
33

44
use Mix.Project
55

6-
@version "3.0.1"
6+
@version "3.0.2"
77

88
def project do
99
[

0 commit comments

Comments
 (0)