Skip to content

Commit

Permalink
chore: update changelog version
Browse files Browse the repository at this point in the history
  • Loading branch information
eulixir committed Jul 14, 2023
1 parent 828f159 commit b7e45b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.

## Version History

- 1.3.2 (2023-21-06)
- 1.3.1 (2023-21-06)
- 1.3.0 (2023-29-05)
- 1.2.5 (2023-18-05)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In `mix.exs`, add the ExMachina dependency:
```elixir
def deps do
[
{:ex_cnab, "~> 1.3.1"},
{:ex_cnab, "~> 1.3.2"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExCnab.MixProject do
def project do
[
app: :ex_cnab,
version: "1.3.1",
version: "1.3.2",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit b7e45b5

Please sign in to comment.