diff --git a/CHANGELOG.md b/CHANGELOG.md index c19076e..69ae1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file, this project adheres to [Semantic Versioning](http://semver.org/). -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). +## v2.0.0 - 2025-02-05 + +### BREAKING CHANGES +- 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 + +### Other Changes +- Fix: command stub by @zackAJ in https://github.com/zackAJ/laravel-debounce/pull/5 +**Full Changelog**: https://github.com/zackAJ/laravel-debounce/compare/v1.0.0...v1.1.0 ## v1.0.0 - 2024-11-12