Skip to content

Commit

Permalink
1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 8, 2019
1 parent 327791a commit 052b19d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.8.2

* Support for [ember-cookies](https://github.com/simplabs/ember-cookies) 0.4.0
which clears a deprecation, see #1746.

This release would not have been possible without the contributions by
[@jessica-jordan](https://github.com/jessica-jordan),
[@Alonski](https://github.com/Alonski) and
[@marcoow](https://github.com/marcoow).
Thanks a lot!

# 1.8.1

* Additional patch fix for deprecation warning for Evented#off method on Ember 3.6+, see #1725
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "1.8.1",
"version": "1.8.2",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 052b19d

Please sign in to comment.