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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## 6.1.0 - 2025-11-10
4
+
5
+
### Changed
6
+
7
+
* Update README for clarity and badge links by [@arhimede](https://github.com/arhimede) in [#447](https://github.com/dotkernel/api/pull/447)
8
+
9
+
### Added
10
+
11
+
* Issue [#435](https://github.com/dotkernel/api/issues/435): Implement `dotkernel/dot-maker` in dev mode by [@alexmerlin](https://github.com/alexmerlin) in [#436](https://github.com/dotkernel/api/pull/436)
12
+
* Issue [#445](https://github.com/dotkernel/api/issues/445): Added `.laminas-ci.json` by [@alexmerlin](https://github.com/alexmerlin) in [#446](https://github.com/dotkernel/api/pull/446)
13
+
* Issue [#449](https://github.com/dotkernel/api/issues/449): Implemented Doctrine table prefixes by [@alexmerlin](https://github.com/alexmerlin) in [#452](https://github.com/dotkernel/api/pull/452)
14
+
* Issue [#450](https://github.com/dotkernel/api/issues/450): Add PHP 8.4 & 8.5 support by [@alexmerlin](https://github.com/alexmerlin) in [#454](https://github.com/dotkernel/api/pull/454)
15
+
16
+
### Deprecated
17
+
18
+
* Nothing
19
+
20
+
### Removed
21
+
22
+
* Issue [#438](https://github.com/dotkernel/api/issues/438): Removed migration file by [@alexmerlin](https://github.com/alexmerlin) in [#439](https://github.com/dotkernel/api/pull/439)
23
+
* Issue [#445](https://github.com/dotkernel/api/issues/445): Removed `.laminas-ci/pre-run.sh` by [@alexmerlin](https://github.com/alexmerlin) in [#446](https://github.com/dotkernel/api/pull/446)
24
+
25
+
### Fixed
26
+
27
+
* fix(entity): explicitly set userId to null in OAuthAccessToken constructor by [@dq042000](https://github.com/dq042000) in [#437](https://github.com/dotkernel/api/pull/437)
0 commit comments