Skip to content

Commit

Permalink
Release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Nov 22, 2022
1 parent d543a23 commit de01747
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.12.1 – 2022-11-23

This release rolls back the breaking change in Money.parse .
Support exponential notation feature will be added in the next major release.

### 🐛Bug Fixes

- Remove support exponential notation for Money.parse (#192) (#198)

## 1.12.0 – 2022-11-18

### 🚀Enhancements
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.0"
@version "1.12.1"
@github_url "https://github.com/elixirmoney/money"

def project do
Expand Down

0 comments on commit de01747

Please sign in to comment.