diff --git a/CHANGELOG.md b/CHANGELOG.md index a74ac77..e6be380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.36](https://github.com/ash-project/igniter/compare/v0.3.35...v0.3.36) (2024-09-13) + + + + +### Bug Fixes: + +* reevaluate .igniter.exs when it changes + +### Improvements: + +* Support for extensions in igniter config + +* Add a phoenix extension to prevent moving modules that may be phoenix-y + ## [v0.3.35](https://github.com/ash-project/igniter/compare/v0.3.34...v0.3.35) (2024-09-10) diff --git a/mix.exs b/mix.exs index 719c169..e7be514 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.35" + @version "0.3.36" @description """ A code generation and project patching framework