1 parent 0e8f2c6 commit 47c421fCopy full SHA for 47c421f
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.0.6
4
+
5
+* Enhancements
6
+ * Strip format from param when using `:wildcard`-style routes (thanks
7
+ @msmykowski)
8
9
## v0.0.5
10
11
* Fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule TrailingFormatPlug.Mixfile do
def project do
[
app: :trailing_format_plug,
- version: "0.0.5",
+ version: "0.0.6",
elixir: ">= 1.0.0",
deps: deps,
package: [
0 commit comments