Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 25, 2023
1 parent 1560dcc commit 8f555a6
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,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

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

@version "2.1.1"
@version "2.1.2"

@description "Plug-based swiss-army knife for CORS requests."

Expand Down

0 comments on commit 8f555a6

Please sign in to comment.