Skip to content

Commit

Permalink
Release v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Aug 23, 2023
1 parent 66711bd commit 8386a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.12.3 – 2023-08-23

- Fix map_type dump typespec (#204)
- Add SLE which is the new currency in Sierra Leone (#203)
- Bugfix: {Currency.Type.dump/1} missing ISO string support (#201)

## 1.12.2 – 2023-01-19

- Better error messages for `Money.add` and `Monet.subtract` (#191)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8386a23

Please sign in to comment.