From 06ee97bc2cfad00d3d00c4cddc8ff88559ebc604 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Fri, 18 Nov 2022 00:31:09 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v1.12.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 97f6253..fbeb007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.12.0 – 2022-11-18 + +### 🚀Enhancements + +- Fix PEN currency symbol (#191) +- Migrate from travis ci to github actions (#193) +- Support exponential notation for Money.parse (#192) +- Add readme section about using Decimal (#194) +- Bump dependencies (#186)(#187)(#196) + ## 1.11.0 – 2022-08-15 ### 🚀Enhancements diff --git a/README.md b/README.md index 4b23cfb..89ad2cf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following to your `mix.exs`: ```elixir def deps do - [{:money, "~> 1.11"}] + [{:money, "~> 1.12"}] end ``` diff --git a/mix.exs b/mix.exs index e6036af..076c1dd 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Money.Mixfile do use Mix.Project - @version "1.11.0" + @version "1.12.0" @github_url "https://github.com/elixirmoney/money" def project do