We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d543a23 commit de01747Copy full SHA for de01747
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 1.12.0 – 2022-11-18
13
14
### 🚀Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Money.Mixfile do
use Mix.Project
- @version "1.12.0"
+ @version "1.12.1"
@github_url "https://github.com/elixirmoney/money"
def project do
0 commit comments