From 2737e2468fca17eb5e2f7dc585b7514d16e3c51d Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 14 Aug 2024 22:52:17 +0000 Subject: [PATCH] Upgrade version to 1.4.4 [skip ci] --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c1b80..ae79a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.4.4](https://github.com/bancolombia/scaffold-clean-architecture-ex/tree/v1.4.4) (2024-08-14) + +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture-ex/compare/v1.4.3...v1.4.4) + +**Merged pull requests:** + +- fix\(format\): Avoid mix format task of non generative tasks [\#57](https://github.com/bancolombia/scaffold-clean-architecture-ex/pull/57) ([juancgalvis](https://github.com/juancgalvis)) + ## [v1.4.3](https://github.com/bancolombia/scaffold-clean-architecture-ex/tree/v1.4.3) (2024-08-14) [Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture-ex/compare/v1.4.2...v1.4.3) diff --git a/mix.exs b/mix.exs index 1d13e8a..701eb15 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ElixirStructureManager.MixProject do use Mix.Project - @version "1.4.3" + @version "1.4.4" def project do [