diff --git a/CHANGELOG.md b/CHANGELOG.md index 184ff6c..8a7d143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.6.1] +### Changed +- Update docs and link to the source code +- switch to github action +### Add +- Add mix formater to the project + + ## [1.6.0] ### Changed - Bumped dependency `fs` to version `8.6` diff --git a/lib/mix/tasks/guard.ex b/lib/mix/tasks/guard.ex index c02a5a7..8f9a8f8 100644 --- a/lib/mix/tasks/guard.ex +++ b/lib/mix/tasks/guard.ex @@ -11,7 +11,7 @@ defmodule Mix.Tasks.Guard do add `ex_guard` to `mix.exs` def deps do - [{:ex_guard, "~> 1.1.1", only: :dev}] + [{:ex_guard, "~> 1.6.1", only: :dev}] end diff --git a/mix.exs b/mix.exs index 492a247..66b16ed 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExGuard.Mixfile do use Mix.Project - @version "1.6.0" + @version "1.6.1" def project do [