We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d32cc commit f65d6d1Copy full SHA for f65d6d1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.12.2 – 2023-01-19
4
+
5
+- Better error messages for `Money.add` and `Monet.subtract` (#191)
6
7
## 1.12.1 – 2022-11-23
8
9
This release rolls back the breaking change in Money.parse .
mix.exs
@@ -1,7 +1,7 @@
defmodule Money.Mixfile do
use Mix.Project
- @version "1.12.1"
+ @version "1.12.2"
@github_url "https://github.com/elixirmoney/money"
def project do
0 commit comments