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-01-20)\n\nember-simple-auth 7.1.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#2928](https://github.com/mainmatter/ember-simple-auth/pull/2928) The authenticate method returns a Promise ([@andreyfel](https://github.com/andreyfel))\n\n####Committers: 1\n- Andrey Fel ([@andreyfel](https://github.com/andreyfel))\n"
21
+
"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"
Copy file name to clipboardexpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## Release (2025-03-31)
4
+
5
+
* ember-simple-auth 8.0.0 (major)
6
+
7
+
#### :boom: Breaking Change
8
+
*`ember-simple-auth`
9
+
*[#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))
10
+
* Other
11
+
*[#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))
0 commit comments