Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iksaku committed Aug 5, 2021
1 parent 703f6ec commit 89ccd78
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to `laravel-batch-update` will be documented in this file.

## 1.0.0 - 202X-XX-XX
## 1.0.2 - 2021-08-05

- initial release
- [26946f66b3930af097052f85a06933f7b301f3e9] Fix value quoting with complex-quoted strings and float values.
- [d208e031f1412ad805f680667fbc18cbef85563b] Ability to compile more value types for mass-update query.

## 1.0.1 - 2021-06-28

- [3acbe634b5abee298102f3e3a56d2a133f7cfffb] Skip query execution if no updates are detected in the given Eloquent models.

## 1.0.0 - 2021-06-28

- Initial Release

0 comments on commit 89ccd78

Please sign in to comment.