Skip to content

Commit e9b7f1a

Browse files
committed
1.5.1
1 parent eabfefb commit e9b7f1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.5.1
2+
3+
* Session restoration is now setup in an initializer (vs. an instance
4+
initializer), see #1547.
5+
* The new acceptance test helpers introduced with 1.5.0 no longer need to
6+
manually set up the router (which was using private API), see #1548.
7+
18
# 1.5.0
29

310
* The acceptance test helpers no longer rely on the global `wait` test helper,

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.5.0",
3+
"version": "1.5.1",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)