diff --git a/CHANGELOG.md b/CHANGELOG.md index b314020..a0d1798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.2](https://github.com/ash-project/igniter/compare/v0.3.1...v0.3.2) (2024-07-16) + + + + +### Bug Fixes: + +* don't compile igniter dep again when compiling deps + ## [v0.3.1](https://github.com/ash-project/igniter/compare/v0.3.0...v0.3.1) (2024-07-16) diff --git a/mix.exs b/mix.exs index d337897..c092e5d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.1" + @version "0.3.2" @description """ A code generation and project patching framework