diff --git a/CHANGELOG.md b/CHANGELOG.md index 859540c..dcde2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.3](https://github.com/ash-project/igniter/compare/v0.2.2...v0.2.3) (2024-06-21) + + + + +### Improvements: + +* use `override: true` for git/github deps as well + ## [v0.2.2](https://github.com/ash-project/igniter/compare/v0.2.1...v0.2.2) (2024-06-21) diff --git a/mix.exs b/mix.exs index e8d33a5..7db8cf2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.2.2" + @version "0.2.3" @description """ A code generation and project patching framework