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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.5.0 - 2025-02-28
9
+
10
+
### What's Changed
11
+
12
+
* Bumped PHP (8.4) and Laravel (12) by one version (current and last supported)
13
+
* Add support for dynamic log channel by @Sleepy4k in https://github.com/elipZis/laravel-cacheable-model/pull/37
14
+
* build(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/elipZis/laravel-cacheable-model/pull/38
15
+
* build(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in https://github.com/elipZis/laravel-cacheable-model/pull/39
16
+
* fix(CacheableQueryBuilder): remove expired items from tagged cache by @kingyyy in https://github.com/elipZis/laravel-cacheable-model/pull/40
17
+
* build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in https://github.com/elipZis/laravel-cacheable-model/pull/41
18
+
* build(deps): Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/elipZis/laravel-cacheable-model/pull/42
19
+
20
+
### New Contributors
21
+
22
+
*@Sleepy4k made their first contribution in https://github.com/elipZis/laravel-cacheable-model/pull/37
0 commit comments