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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
# Changelog
2
2
3
-
All notable changes to this project will be documented in this file.
3
+
All notable changes to this project will be documented in this file, this project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
-
and this project adheres to [Semantic Versioning](http://semver.org/).
5
+
## v2.0.0 - 2025-02-05
6
+
7
+
### BREAKING CHANGES
8
+
- Changes User class to Authenticatable interface, adds PHP / Laravel requirements, adds tests and ci by @zackAJ in https://github.com/zackAJ/laravel-debounce/pull/4
9
+
10
+
### Other Changes
11
+
- Fix: command stub by @zackAJ in https://github.com/zackAJ/laravel-debounce/pull/5
0 commit comments