You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "## Release (2025-03-31)\n\n* ember-simple-auth 8.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-simple-auth`\n * [#2954](https://github.com/mainmatter/ember-simple-auth/pull/2954) Replaced all 'inject as service' to 'service' as it will fail in ember 7.0.0. ([@peter-scholtens](https://github.com/peter-scholtens))\n* Other\n* [#2964](https://github.com/mainmatter/ember-simple-auth/pull/2964) breaking(esa): drop all end of life versions until March 2025 ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `ember-simple-auth`\n * [#2953](https://github.com/mainmatter/ember-simple-auth/pull/2953) Allow @ember/test-waiters@4. Addon dependency maintenance ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
17
+
"description": "## Release (2025-09-13)\n\n* ember-simple-auth 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#2974](https://github.com/mainmatter/ember-simple-auth/pull/2974) Closes [#2973](https://github.com/mainmatter/ember-simple-auth/issues/2973) Return type of SessionService.invalidate is wrong ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### :memo: Documentation\n* [#2968](https://github.com/mainmatter/ember-simple-auth/pull/2968) Remove this.get use from readme ([@kennstenicht](https://github.com/kennstenicht))\n\n#### :house: Internal\n* [#2981](https://github.com/mainmatter/ember-simple-auth/pull/2981) chore(deps): remove ember-fetch. Fails embroider-safe ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## Release (2025-09-13)
4
+
5
+
* ember-simple-auth 8.0.1 (patch)
6
+
7
+
#### :bug: Bug Fix
8
+
*`ember-simple-auth`
9
+
*[#2974](https://github.com/mainmatter/ember-simple-auth/pull/2974) Closes [#2973](https://github.com/mainmatter/ember-simple-auth/issues/2973) Return type of SessionService.invalidate is wrong ([@BoussonKarel](https://github.com/BoussonKarel))
10
+
11
+
#### :memo: Documentation
12
+
*[#2968](https://github.com/mainmatter/ember-simple-auth/pull/2968) Remove this.get use from readme ([@kennstenicht](https://github.com/kennstenicht))
0 commit comments