diff --git a/CHANGELOG.md b/CHANGELOG.md index eccd38c..c0b1fd4 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.7...HEAD) +Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.8...HEAD) + +## 1.1.8 + +### Added + +* Added Ecto 3.2 compatibility + +Diff for [v1.1.8](https://github.com/jshmrtn/crontab/compare/v1.1.7...v1.1.8) ## 1.1.7 diff --git a/mix.exs b/mix.exs index 3ca4f46..1091dee 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Crontab.Mixfile do use Mix.Project - @version "1.1.7" + @version "1.1.8" def project do [