Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 12, 2024
1 parent 121ce9a commit 6d59235
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.2.0

* Bump Elixir requirement to 1.12+, as 1.11 does not get security updates anymore.
* Remove all compilation warnings on Elixir 1.17.

## v2.1.3

* Remove Dialyzer PLTs from the Hex package. This has no functional impact whatsoever on the library. The PLTs were accidentally published together with the Hex package, which just results in an unnecessarily large Hex package.
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.3"
@version "2.2.0"

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

Expand Down

0 comments on commit 6d59235

Please sign in to comment.