diff --git a/CHANGELOG.md b/CHANGELOG.md index 346450c..486abbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.6](https://github.com/ash-project/igniter/compare/v0.1.5...v0.1.6) (2024-06-13) + + + + +### Bug Fixes: + +* patch formatter fix, to be removed later when rewrite PR is merged + +* properly find functions in scope + ## [v0.1.5](https://github.com/ash-project/igniter/compare/v0.1.4...v0.1.5) (2024-06-13) diff --git a/mix.exs b/mix.exs index 3c90068..d2559d3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.1.5" + @version "0.1.6" @description """ A code generation and project patching framework