Skip to content

Commit

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

Diff for [unreleased]

## 3.0.2 - 2020-08-18

### Fixed
- Fix Warnings with Clock Skew (#449)

Diff for [3.0.2]

## 3.0.1 - 2020-06-16

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


[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...HEAD
[unreleased]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.2...HEAD
[3.0.2]: https://github.com/quantum-elixir/quantum-core/compare/v3.0.1...v3.0.2
[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
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.1"
@version "3.0.2"

def project do
[
Expand Down

0 comments on commit a1ca7c4

Please sign in to comment.