Skip to content

Commit

Permalink
version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakadak committed Aug 4, 2023
1 parent 5be487a commit 6e8e029
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6e8e029

Please sign in to comment.