Skip to content

Commit

Permalink
doc: updated the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lapaliv committed Feb 5, 2024
1 parent 4e50381 commit c4d43a6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
## [2.x]

#### 2023-12-10
* [2.2.0] SQLite support has been added https://github.com/lapaliv/laravel-bulk-upsert/pull/41
* [[2.2.0]](https://github.com/lapaliv/laravel-bulk-upsert/compare/2.1.1...2.2.0) SQLite support has been added [#41](https://github.com/lapaliv/laravel-bulk-upsert/pull/41)
#### 2023-12-25
* [2.2.1] Refactoring the creating scenario https://github.com/lapaliv/laravel-bulk-upsert/pull/44
* [[2.2.1]](https://github.com/lapaliv/laravel-bulk-upsert/compare/2.2.0...2.2.1) Refactoring the creating scenario [#44](https://github.com/lapaliv/laravel-bulk-upsert/pull/44)
#### 2024-01-23
* [2.2.2] Fix for issues with syncing the origins for the updating models https://github.com/lapaliv/laravel-bulk-upsert/issues/46
* [[2.2.2]](https://github.com/lapaliv/laravel-bulk-upsert/compare/2.2.1...2.2.2) Fix for issues with syncing the origins for the updating models [#46](https://github.com/lapaliv/laravel-bulk-upsert/issues/46)
#### 2024-01-26
* [[2.2.3]](https://github.com/lapaliv/laravel-bulk-upsert/compare/2.2.2...2.2.3) Fix error when row doesn't exist during upsert by @d3radicated in [#47](https://github.com/lapaliv/laravel-bulk-upsert/pull/47)
#### 2024-02-05
* [[2.2.4]](https://github.com/lapaliv/laravel-bulk-upsert/compare/2.2.3...2.2.4) Fixed the problem with not clean the storage after accumulating [#48](https://github.com/lapaliv/laravel-bulk-upsert/issues/48), [#49](https://github.com/lapaliv/laravel-bulk-upsert/issues/49), [#50](https://github.com/lapaliv/laravel-bulk-upsert/issues/50)

0 comments on commit c4d43a6

Please sign in to comment.