From d27712ce28757618db90ef2dfc7fa434e5ac7207 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 1 Nov 2024 12:44:04 -0400 Subject: [PATCH] chore: release version v0.4.1 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482c9cf..12a7e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.1](https://github.com/ash-project/igniter/compare/v0.4.0...v0.4.1) (2024-11-01) + + + + +### Bug Fixes: + +* fix igniter/1-igniter/2 adapter code + +* apply 0.3 compatibility fixes for upgrades + ## [v0.3.77](https://github.com/ash-project/igniter/compare/v0.3.76...v0.3.77) (2024-11-01) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index b4236bb..dd92d93 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @description """ A code generation and project patching framework