Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schaefermeyer committed Feb 18, 2020
1 parent 1bdd498 commit 6c810ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.0.2
* Fixes
* Fixes an issue where the plug would error when no CORS header was set
(thanks @alexeyds)

## v2.0.1
* Enhancements
* Passing a function with arity 2 as `origin` will pass the `conn` to the
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CorsPlug.Mixfile do
def project do
[
app: :cors_plug,
version: "2.0.1",
version: "2.0.2",
elixir: "~> 1.3",
deps: deps(),
package: package(),
Expand Down

0 comments on commit 6c810ea

Please sign in to comment.