From 045403e85a3eaaeec23f63cd884d785ca5cf5324 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Wed, 13 Nov 2024 15:40:54 +0100 Subject: [PATCH] Release v2.2.0 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1ef44..9a98cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v2.2.0 (2024-11-13) + +* Add `Decimal.gte?/2` and `Decimal.lte?/2` +* Add `Decimal.compare/3` and `Decimal.eq?/3` with threshold as parameter + ## v2.1.1 (2023-04-26) Decimal v2.1 requires Elixir v1.8+. diff --git a/mix.exs b/mix.exs index 1e1a1c9..9813317 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Decimal.Mixfile do use Mix.Project - @version "2.1.1" + @version "2.2.0" @source_url "https://github.com/ericmj/decimal" def project() do