Skip to content

Commit e64918d

Browse files
author
Michael Schaefermeyer
committed
Release new version
1 parent 568a90c commit e64918d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v.1.3.0
4+
5+
* Enhancements
6+
* Allows configuration via app config (see [README.md](README.md), thanks
7+
@TokiTori).
8+
39
## v.1.2.1
410

511
* Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule CorsPlug.Mixfile do
44
def project do
55
[
66
app: :cors_plug,
7-
version: "1.2.1",
7+
version: "1.3.0",
88
elixir: ">= 1.0.0",
99
deps: deps(),
1010
package: package(),

0 commit comments

Comments
 (0)