Skip to content

Commit 15bc78a

Browse files
Release v1.5.0
1 parent e27ee71 commit 15bc78a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Eloquent History Changelog
22

3-
## Unreleased
4-
##### 2024-XX-YY
3+
## 1.5.0
4+
##### 2024-11-01
55

66
- Added the `action` Operation type
77
- Added the `details` field to the model history table/model

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ History::logRecentUpdate($task);
3131

3232
It requires PHP 8.1+ and Laravel 10 or 11.
3333

34-
It has been tested with SQLite, MySQL 5.7, 8.0 & 8.2 and PostgreSQL 11, 12 & 16.
34+
It has been tested with SQLite, MySQL 5.7, 8.0, 8.2 & 8.4 and PostgreSQL 11, 12 & 16.
3535

3636
It is known that this library, **Laravel 11.0 and PostgreSQL 11 don't work together**, therefore it is
3737
recommended to use at least Postgres version 12 or higher in case your DB engine is Postgres.

src/resources/manifest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Konekt History Module',
7-
'version' => '1.4.0',
7+
'version' => '1.5.0',
88
];

0 commit comments

Comments
 (0)