File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77Diff 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
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments