Skip to content

Commit

Permalink
Release v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 28, 2020
1 parent a0a435f commit 3bf951a
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 @@ -9,7 +9,15 @@ 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.9...HEAD)
Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.10...HEAD)

## 1.1.10

### Fixed
- Fix Warning about function head before function body
- Mute Warning about deprecated `Code.ensure_compiled?/1`

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

## 1.1.9

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.9"
@version "1.1.10"

def project do
[
Expand Down

0 comments on commit 3bf951a

Please sign in to comment.