From 05cb9fccec9346f4e5cfbdf49128e4f7bd9a4ee7 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Mon, 15 Aug 2022 15:18:16 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v1.11.0=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea25fc0..97f6253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.11.0 – 2022-08-15 + +### 🚀Enhancements + +- Suggest using varchar instead of char on postgres (#178) +- Fix symbol_space with negative values (#180) +- Fix to_string to use the minus_sign_first option (#181) +- Adds support for strip_insignificant_fractional_unit option to to_string (#183) +- Fix Canadian and Singaporean Dollar symbols (#185) + ## 1.10.0 – 2022-04-10 ### 🚀Enhancements diff --git a/README.md b/README.md index f4f0648..efbceae 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following to your `mix.exs`: ```elixir def deps do - [{:money, "~> 1.9"}] + [{:money, "~> 1.11"}] end ``` diff --git a/mix.exs b/mix.exs index 95c84f3..d236443 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Money.Mixfile do use Mix.Project - @version "1.10.0" + @version "1.11.0" @github_url "https://github.com/elixirmoney/money" def project do