From 2aba7273fcc1e03e6186e4ae71540028420b304d Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Wed, 10 Jul 2024 18:49:08 +0200 Subject: [PATCH] Release v1.13.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20810bc..cc12a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.13.1 – 2024-07-10 + +- fix release not including blend (which is a dev tool) (#229) + ## 1.13.0 – 2024-07-09 - Add custom_display_options configuration (#225) diff --git a/mix.exs b/mix.exs index 1c79e6b..b6a1696 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ end defmodule Money.Mixfile do use Mix.Project - @version "1.13.0" + @version "1.13.1" @github_url "https://github.com/elixirmoney/money" def project do