From b58526cb5c394eb5af223ec10ea1ef85c0c6667a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 1 May 2024 23:22:43 -0400 Subject: [PATCH] chore: release version v0.2.4 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5641b7..bc7af08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.4](https://github.com/ash-project/splode/compare/v0.2.3...v0.2.4) (2024-05-02) + + + + +### Bug Fixes: + +* properly return unwrapped list of errors when `:special` class is used + +* Splode.Error.message/1 (#7) + ## [v0.2.3](https://github.com/ash-project/splode/compare/v0.2.2...v0.2.3) (2024-04-23) diff --git a/mix.exs b/mix.exs index 51bbeca..cc260d6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Splode.MixProject do use Mix.Project - @version "0.2.3" + @version "0.2.4" @description """ Splode helps you deal with errors and exceptions in your application that are aggregatable and consistent.