Skip to content

Commit 8386a23

Browse files
committed
Release v1.12.3
1 parent 66711bd commit 8386a23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.12.3 – 2023-08-23
4+
5+
- Fix map_type dump typespec (#204)
6+
- Add SLE which is the new currency in Sierra Leone (#203)
7+
- Bugfix: {Currency.Type.dump/1} missing ISO string support (#201)
8+
39
## 1.12.2 – 2023-01-19
410

511
- Better error messages for `Money.add` and `Monet.subtract` (#191)

mix.exs

Lines changed: 1 addition & 1 deletion
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.2"
4+
@version "1.12.3"
55
@github_url "https://github.com/elixirmoney/money"
66

77
def project do

0 commit comments

Comments
 (0)