diff --git a/CHANGELOG.md b/CHANGELOG.md index 138309d..973f4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v0.4.0] - 2026-04-28 + ### Added -- `plural_actions/0` callback on `Permit.Actions`, mirroring `singular_actions/0`. Defaults to `[]`. Used by `Permit.Phoenix.Actions` to exclude collection style actions (e.g. `:list`, `:search`, `:feed`) from router based promotion to singular. +- `plural_actions/0` callback on `Permit.Actions`, mirroring `singular_actions/0`. Defaults to `[]`. Used by `Permit.Phoenix.Actions` to exclude collection style actions (e.g. `:list`, `:search`, `:feed`) from router based promotion to singular (#61) +- Igniter installer task (`mix permit.install`) for zero-config project setup (#59) + +### Fixed + +- Documentation typos (#58) ## [v0.3.3] diff --git a/mix.exs b/mix.exs index 60601cc..20ae981 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Permit.MixProject do use Mix.Project - @version "0.3.3" + @version "0.4.0" @source_url "https://github.com/curiosum-dev/permit/" def project do