Skip to content

Commit d7f0200

Browse files
author
Samanta de Barros
committed
2.1.1
1 parent 738ddc3 commit d7f0200

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.1.1 (2019-12-13)
4+
5+
#### :bug: Bug Fix
6+
* [#2010](https://github.com/simplabs/ember-simple-auth/pull/2010) Remove authorize assertion and update migration example ([@sdebarros](https://github.com/sdebarros))
7+
8+
#### :memo: Documentation
9+
* [#2051](https://github.com/simplabs/ember-simple-auth/pull/2051) Update deprecation links in v2 ([@sdebarros](https://github.com/sdebarros))
10+
* [#2010](https://github.com/simplabs/ember-simple-auth/pull/2010) Remove authorize assertion and update migration example ([@sdebarros](https://github.com/sdebarros))
11+
12+
#### Committers: 1
13+
- Samanta de Barros ([@sdebarros](https://github.com/sdebarros))
14+
315
## v2.1.0 (2019-10-31)
416

517
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)