Skip to content

Commit

Permalink
Bump version, add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schaefermeyer committed Mar 11, 2016
1 parent 9b76993 commit 01dd5a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.1.1

* Fixes
* Return "null" instead of null when no origin matches.

Many thanks to @somlor for the fix!

## v1.1.0

* Enhancements
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CorsPlug
========
[![Build Status](https://travis-ci.org/mschae/cors_plug.svg)](https://travis-ci.org/mschae/cors_plug)
[![Hex.pm](https://img.shields.io/hexpm/v/cors_plug.svg)]()
[![Hex.pm](https://img.shields.io/hexpm/l/cors_plug.svg)]()

An [Elixir Plug](http://github.com/elixir-lang/plug) to add [CORS](http://www.w3.org/TR/cors/).

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CorsPlug.Mixfile do
def project do
[
app: :cors_plug,
version: "1.1.0",
version: "1.1.1",
elixir: ">= 1.0.0",
deps: deps,
package: package,
Expand Down

0 comments on commit 01dd5a5

Please sign in to comment.