Skip to content

Commit de01747

Browse files
committed
Release v1.12.1
1 parent d543a23 commit de01747

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 1.12.1 – 2022-11-23
4+
5+
This release rolls back the breaking change in Money.parse .
6+
Support exponential notation feature will be added in the next major release.
7+
8+
### 🐛Bug Fixes
9+
10+
- Remove support exponential notation for Money.parse (#192) (#198)
11+
312
## 1.12.0 – 2022-11-18
413

514
### 🚀Enhancements

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.0"
4+
@version "1.12.1"
55
@github_url "https://github.com/elixirmoney/money"
66

77
def project do

0 commit comments

Comments
 (0)