From 6c810eac6dab3ec0fe015d8d5d04453a7e7708bb Mon Sep 17 00:00:00 2001 From: Michael Schaefermeyer Date: Tue, 18 Feb 2020 16:27:00 +0100 Subject: [PATCH] Release v2.0.2 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c867c3..413b186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index e67389b..e731571 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),