Skip to content

Commit

Permalink
Release v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Mar 21, 2018
1 parent 52cbb04 commit cc16bac
Show file tree
Hide file tree
Showing 3 changed files with 13 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]

## 2.2.6 - 2018-03-21

### Fixed
- Fixed problem with Daylight Saving Time for jobs with timezone other than UTC.

Diff for [2.2.6]

## 2.2.5 - 2018-02-26

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


[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.2.5...HEAD
[unreleased]: https://github.com/c-rack/quantum-elixir/compare/v2.2.6...HEAD
[2.2.6]: https://github.com/c-rack/quantum-elixir/compare/v2.2.5...v2.2.6
[2.2.5]: https://github.com/c-rack/quantum-elixir/compare/v2.2.4...v2.2.5
[2.2.4]: https://github.com/c-rack/quantum-elixir/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/c-rack/quantum-elixir/compare/v2.2.2...v2.2.3
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
> **This README follows master, which may not be the currently published version**. Here are the
[docs for the latest published version of Quantum](https://hexdocs.pm/quantum/readme.html).

> :warning: **If you're using a version below `v2.2.6`, please update immediately.** :warning:
> See [Issue #321](https://github.com/c-rack/quantum-elixir/issues/321) for more details.
## Setup

To use Quantum in your project, edit the `mix.exs` file and add Quantum to
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 "2.2.5"
@version "2.2.6"

def project do
[
Expand Down

0 comments on commit cc16bac

Please sign in to comment.