diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5c592..01c43f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.22](https://github.com/ash-project/igniter/compare/v0.3.21...v0.3.22) (2024-08-20) + + + + +### Improvements: + +* add options to control behavior when creating a file that already exists + ## [v0.3.21](https://github.com/ash-project/igniter/compare/v0.3.20...v0.3.21) (2024-08-20) diff --git a/mix.exs b/mix.exs index 8fd4857..e9162b5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.21" + @version "0.3.22" @description """ A code generation and project patching framework