Skip to content

Commit 2a1f2ca

Browse files
committed
Changelog
1 parent 2ecd83a commit 2a1f2ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to `Laravel Authentication Log` will be documented in this file.
44

5+
### 1.1.0 - 2021-10-11
6+
7+
### Added
8+
9+
- Known issues section to readme
10+
- Ability to set DB connection type - https://github.com/rappasoft/laravel-authentication-log/pull/4
11+
512
## 1.0.0 - 2021-09-30
613

714
- Initial Release

src/Models/AuthenticationLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AuthenticationLog extends Model
1010
public $timestamps = false;
1111

1212
protected $table = 'authentication_log';
13-
13+
1414
protected $fillable = [
1515
'ip_address',
1616
'user_agent',

0 commit comments

Comments
 (0)