Skip to content

Commit 2aba727

Browse files
committed
Release v1.13.1
1 parent 6d182c9 commit 2aba727

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.13.1 – 2024-07-10
4+
5+
- fix release not including blend (which is a dev tool) (#229)
6+
37
## 1.13.0 – 2024-07-09
48

59
- Add custom_display_options configuration (#225)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end
55
defmodule Money.Mixfile do
66
use Mix.Project
77

8-
@version "1.13.0"
8+
@version "1.13.1"
99
@github_url "https://github.com/elixirmoney/money"
1010

1111
def project do

0 commit comments

Comments
 (0)