From 3bf951a70aeb42d3c66280f0f919a249519bc265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Fri, 28 Feb 2020 15:10:47 +0000 Subject: [PATCH] Release v1.1.10 --- CHANGELOG.md | 10 +++++++++- mix.exs | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4aeaa..05b8bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index fb6d43b..bd00da6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crontab.Mixfile do use Mix.Project - @version "1.1.9" + @version "1.1.10" def project do [