From 79915ded1ec4db53a9741fec1c98cb434f19e17c Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 26 Apr 2024 19:36:08 +0000 Subject: [PATCH] Upgrade version to 1.3.4 --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720aaf4..7091dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.3.4](https://github.com/bancolombia/scaffold-clean-architecture-ex/tree/v1.3.4) (2024-04-26) + +[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture-ex/compare/v1.3.3...v1.3.4) + +**Merged pull requests:** + +- fix\(release\): include semantic message to release [\#49](https://github.com/bancolombia/scaffold-clean-architecture-ex/pull/49) ([juancgalvis](https://github.com/juancgalvis)) +- fix\(name\): Fix adapter name [\#48](https://github.com/bancolombia/scaffold-clean-architecture-ex/pull/48) ([juancgalvis](https://github.com/juancgalvis)) +- test\(version\): Fix test version reading it dynamically [\#45](https://github.com/bancolombia/scaffold-clean-architecture-ex/pull/45) ([juancgalvis](https://github.com/juancgalvis)) + ## [v1.3.3](https://github.com/bancolombia/scaffold-clean-architecture-ex/tree/v1.3.3) (2024-04-23) [Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture-ex/compare/v1.3.2...v1.3.3) diff --git a/mix.exs b/mix.exs index 589b34d..979c8b1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ElixirStructureManager.MixProject do use Mix.Project - @version "1.3.3" + @version "1.3.4" def project do [