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