Skip to content

Commit 52a2fca

Browse files
committed
1.2.2
1 parent 6cf0737 commit 52a2fca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.2.2
2+
3+
* The session is now correctly restored when running Ember 2.13, see #1267.
4+
* The mechanism that triggers authentication in the `AuthenticatedRouteMixin`
5+
is now encapsulated in the (overridable) `triggerAuthentication` method, see
6+
#1278.
7+
* The ember-cookies dependency has been upgraded to 0.0.13, see #1281.
8+
19
# 1.2.1
210

311
* Arguments passed to the session service's `invalidate` method will now be

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)