From e6b93ecdf864a560e5a48be8ef2234588c293c88 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Sun, 10 Apr 2022 16:15:04 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v1.10.0=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80eb7b..ea25fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.10.0 – 2022-04-10 + +### 🚀Enhancements + +- Allow rounding Money values with Decimal (#177) +- Parse with Decimal if present (#176) +- Display minus sign before the currency symbol (fixes #154) (#173) + ## 1.9.0 ### 🚀Enhancements diff --git a/mix.exs b/mix.exs index 4123eb4..95c84f3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Money.Mixfile do use Mix.Project - @version "1.9.0" + @version "1.10.0" @github_url "https://github.com/elixirmoney/money" def project do