diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bfc17..9737da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.18](https://github.com/ash-project/igniter/compare/v0.3.17...v0.3.18) (2024-08-08) + + + + +### Bug Fixes: + +* fix and test keyword setting on empty list + ## [v0.3.17](https://github.com/ash-project/igniter/compare/v0.3.16...v0.3.17) (2024-08-08) diff --git a/mix.exs b/mix.exs index 33c0316..3a73577 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.17" + @version "0.3.18" @description """ A code generation and project patching framework