Skip to content

Commit

Permalink
Release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Jun 14, 2019
1 parent a4f014f commit 4f6c85f
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 @@ -9,15 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.6...HEAD)
Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.7...HEAD)

## 1.1.7

### Added

* Improved Validation of the Parser

Diff for [v1.1.7](https://github.com/jshmrtn/crontab/compare/v1.1.6...v1.1.7)

## 1.1.6

### Fixed

* Do not skip month in date util skip_month.

Diff for [v1.1.5](https://github.com/jshmrtn/crontab/compare/v1.1.5...v1.1.6)
Diff for [v1.1.6](https://github.com/jshmrtn/crontab/compare/v1.1.5...v1.1.6)

## 1.1.5

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Crontab.Mixfile do
use Mix.Project

@version "1.1.6"
@version "1.1.7"

def project do
[
Expand Down

0 comments on commit 4f6c85f

Please sign in to comment.