Skip to content

Commit

Permalink
Upgrade version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Apr 26, 2024
1 parent cf4591c commit 79915de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.3.3"
@version "1.3.4"

def project do
[
Expand Down

0 comments on commit 79915de

Please sign in to comment.