Skip to content

Commit

Permalink
Upgrade version to 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Aug 14, 2024
1 parent 44678f5 commit 11ba6b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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)

**Merged pull requests:**

- fix\(format\): Avoid mix format task of non generative tasks [\#56](https://github.com/bancolombia/scaffold-clean-architecture-ex/pull/56) ([juancgalvis](https://github.com/juancgalvis))

## [v1.4.2](https://github.com/bancolombia/scaffold-clean-architecture-ex/tree/v1.4.2) (2024-08-14)

[Full Changelog](https://github.com/bancolombia/scaffold-clean-architecture-ex/compare/v1.4.1...v1.4.2)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ElixirStructureManager.MixProject do
use Mix.Project

@version "1.4.2"
@version "1.4.3"

def project do
[
Expand Down

0 comments on commit 11ba6b4

Please sign in to comment.