Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAX committed Jun 17, 2017
1 parent c312196 commit 6da67b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0.6.3

* Adds support for custom Endpoint module names by passing `--endpoint`
* Added patch request support

# 0.6.2

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 PhoenixSwagger.Mixfile do
use Mix.Project

@version "0.6.2"
@version "0.6.3"

def project do
[app: :phoenix_swagger,
Expand Down

0 comments on commit 6da67b1

Please sign in to comment.