diff --git a/CHANGELOG.md b/CHANGELOG.md index f9841e5..d1f3f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.1](https://github.com/ash-project/splode/compare/v0.2.0...v0.2.1) (2024-03-28) + + + + +### Bug Fixes: + +* properly produce unknown error on empty list provided + ## [v0.2.0](https://github.com/ash-project/splode/compare/v0.1.1...v0.2.0) (2024-03-18) ### Breaking Changes: diff --git a/mix.exs b/mix.exs index 86b6b67..94bad29 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Splode.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @description """ Splode helps you deal with errors and exceptions in your application that are aggregatable and consistent.