Skip to content

Commit f65d6d1

Browse files
committed
Release v1.12.2
1 parent 73d32cc commit f65d6d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.12.2 – 2023-01-19
4+
5+
- Better error messages for `Money.add` and `Monet.subtract` (#191)
6+
37
## 1.12.1 – 2022-11-23
48

59
This release rolls back the breaking change in Money.parse .

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Money.Mixfile do
22
use Mix.Project
33

4-
@version "1.12.1"
4+
@version "1.12.2"
55
@github_url "https://github.com/elixirmoney/money"
66

77
def project do

0 commit comments

Comments
 (0)