From 12f2776a924d887c727355d85bed194bfb3a4f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Wed, 26 Apr 2023 18:35:04 +0200 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08bbc17..9e1ef44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v2.1.1 (2023-04-26) + +Decimal v2.1 requires Elixir v1.8+. + +### Bug fixes + +* Fix `Decimal.compare/2` when comparing against `0` + ## v2.1.0 (2023-04-26) Decimal v2.1 requires Elixir v1.8+. diff --git a/mix.exs b/mix.exs index e043477..1e1a1c9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Decimal.Mixfile do use Mix.Project - @version "2.1.0" + @version "2.1.1" @source_url "https://github.com/ericmj/decimal" def project() do