From 8f555a67148eb80a2c05eaf92df9a4612939b190 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Tue, 25 Jul 2023 07:45:19 +0200 Subject: [PATCH] Release v2.1.2 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679bc92..f3782f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog +## v2.1.2 + + * Fix a bug with typespecs and Dialyzer. + ## v2.1.1 ### Bug fixes * Fix a small issue with preflight requests and the `:passthrough_non_cors_requests` option. + * Add the `Corsica.options/0` type. ## v2.1.0 diff --git a/mix.exs b/mix.exs index fcca7f3..382cd35 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Corsica.Mixfile do use Mix.Project - @version "2.1.1" + @version "2.1.2" @description "Plug-based swiss-army knife for CORS requests."