Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amatalai committed Jan 24, 2019
1 parent 6fb9671 commit 61e59e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
@@ -1,15 +1,18 @@
# Changelog

## 0.3.0
## 0.4.0 (2019-01-24)
* Allowed to require multiple scopes at once [#5](https://github.com/appunite/conductor/pull/5)

* failure responses global customization
## 0.3.0 (2017-09-26)

## 0.2.1
* Global customization of failure responses [#3](https://github.com/appunite/conductor/pull/3)

* readme and docs improvement
## 0.2.1 (2017-06-19)

## 0.2
* Readme and docs improvement

## 0.2.0 (2017-05-28)

* **BREAKING** `root_scope` config replaced by `root_scopes`, it has to be list now
* `@authorize` now accepts `:scope` or `:scopes` for respectively single scope and list of scopes
* compilation error will be raised when single `@authorize` attribute contain both `:scope` and `:scopes`
* Compilation error will be raised when single `@authorize` attribute contain both `:scope` and `:scopes`
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Conductor.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit 61e59e6

Please sign in to comment.