diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e2e3b..c8ad08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +### 2.3.0 - 2024-10-21 23:37:49 + +- Provide more variants for alert and badge (soft) to allow better support for dark mode +- Bump a11y_audit from 0.2.0 to 0.2.1 + ### 2.2.1 - 2024-10-18 01:12:17 - Fixes slide over opening animation diff --git a/mix.exs b/mix.exs index ed4c32d..b9f2585 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PetalComponents.MixProject do use Mix.Project @source_url "https://github.com/petalframework/petal_components" - @version "2.2.1" + @version "2.3.0" def project do [