Skip to content

Commit

Permalink
updated version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Jun 2, 2014
1 parent 75a73a6 commit 5e7fe68
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.5.1

* The OAuth 2.0 authenticator does not schedule automatic token refreshs in the
test environment anymore, see #181.

# 0.5.0

* __Using any of the mixins is now completely optional__; Ember.SimpleAuth will
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-cookie-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth-cookie-store",
"version": "0.5.0",
"version": "0.5.1",
"description": "A Cookie based store for Ember.SimpleAuth.",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-devise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth-devise",
"version": "0.5.0",
"version": "0.5.1",
"description": "An authenticator and authorizer for Ember.SimpleAuth that is compatible with the Ruby on Rails plugin devise.",
"author": "Timothy Baron",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth-oauth2",
"version": "0.5.0",
"version": "0.5.1",
"description": "An authenticator and authorizer for Ember.SimpleAuth that implement RFC 6749 OAuth 2.0 and RFC 6750 (Bearer Tokens).",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "0.5.0",
"version": "0.5.1",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down

0 comments on commit 5e7fe68

Please sign in to comment.