diff --git a/CHANGELOG.md b/CHANGELOG.md index 0256d3c..0ea473a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.25](https://github.com/ash-project/igniter/compare/v0.3.24...v0.3.25) (2024-09-06) + + + + +### Improvements: + +* add `configure_runtime_env` codemod + +* remove dependencies that aren't strictly necessary + +* remove dependencies that we don't really need + +* more options to `igniter.new` + ## [v0.3.24](https://github.com/ash-project/igniter/compare/v0.3.23...v0.3.24) (2024-08-26) diff --git a/mix.exs b/mix.exs index 74310d5..1a79a16 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.24" + @version "0.3.25" @description """ A code generation and project patching framework