Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neighman committed May 30, 2017
1 parent 5911afd commit f52fe50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v 0.14.3

* Fix function specs
* Renew session on `sign_in`
* Add a custom claim key from load resource

# v 0.14.2

* __Really_ fix pattern matching error with GuardianDB
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 Guardian.Mixfile do
use Mix.Project

@version "0.14.2"
@version "0.14.3"
@url "https://github.com/ueberauth/guardian"
@maintainers [
"Daniel Neighman",
Expand Down

0 comments on commit f52fe50

Please sign in to comment.