diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5d2c3..a019934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2] (2023-08-04) + +### Changed + +* Corrected the declaration of routes with plug when conditionaly removing declared resource. + (eg. Surrounding a `resource` with an if.) + ## [2.3.1] (2021-12-17) ### Changed diff --git a/mix.exs b/mix.exs index 9d40f1c..ac8b3f3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Ewebmachine.Mixfile do use Mix.Project - def version, do: "2.3.1" + def version, do: "2.3.2" @description """ Ewebmachine contains macros and plugs to allow you to compose