Skip to content

Commit 052b19d

Browse files
committed
1.8.2
1 parent 327791a commit 052b19d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.8.2
2+
3+
* Support for [ember-cookies](https://github.com/simplabs/ember-cookies) 0.4.0
4+
which clears a deprecation, see #1746.
5+
6+
This release would not have been possible without the contributions by
7+
[@jessica-jordan](https://github.com/jessica-jordan),
8+
[@Alonski](https://github.com/Alonski) and
9+
[@marcoow](https://github.com/marcoow).
10+
Thanks a lot!
11+
112
# 1.8.1
213

314
* Additional patch fix for deprecation warning for Evented#off method on Ember 3.6+, see #1725

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

0 commit comments

Comments
 (0)