We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66711bd commit 8386a23Copy full SHA for 8386a23
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 1.12.2 – 2023-01-19
10
11
- Better error messages for `Money.add` and `Monet.subtract` (#191)
mix.exs
@@ -1,7 +1,7 @@
defmodule Money.Mixfile do
use Mix.Project
- @version "1.12.2"
+ @version "1.12.3"
@github_url "https://github.com/elixirmoney/money"
def project do
0 commit comments