diff --git a/CHANGELOG.md b/CHANGELOG.md index a94c8c1..d47a799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.9](https://github.com/ash-project/igniter/compare/v0.2.8...v0.2.9) (2024-07-09) + + + + +### Bug Fixes: + +* simplify how we get tasks to run + +* don't try to format after editing `mix.exs` + ## [v0.2.8](https://github.com/ash-project/igniter/compare/v0.2.7...v0.2.8) (2024-07-09) diff --git a/mix.exs b/mix.exs index 73e774a..0f99ae9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.2.8" + @version "0.2.9" @description """ A code generation and project patching framework