We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d182c9 commit 2aba727Copy full SHA for 2aba727
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.13.1 – 2024-07-10
4
+
5
+- fix release not including blend (which is a dev tool) (#229)
6
7
## 1.13.0 – 2024-07-09
8
9
- Add custom_display_options configuration (#225)
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Money.Mixfile do
use Mix.Project
- @version "1.13.0"
+ @version "1.13.1"
@github_url "https://github.com/elixirmoney/money"
10
11
def project do
0 commit comments