diff --git a/CHANGELOG.md b/CHANGELOG.md index c457dcb..0f5f6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.4](https://github.com/ash-project/igniter/compare/v0.1.3...v0.1.4) (2024-06-13) + + + + +### Improvements: + +* use `path:` prefix instead of `local:` + ## [v0.1.3](https://github.com/ash-project/igniter/compare/v0.1.2...v0.1.3) (2024-06-13) diff --git a/mix.exs b/mix.exs index 9b7e312..11d1cd0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.1.3" + @version "0.1.4" @description """ A code generation and project patching framework