Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Oct 18, 2024
1 parent 4ac2790 commit 53b7076
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `laravel-sql-commenter` will be documented in this file.

## 2.1.0 - 2024-10-18

### What's Changed

* Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-sql-commenter/pull/25
* Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-sql-commenter/pull/27
* Add support for adding connections after boot by @jholloman in https://github.com/spatie/laravel-sql-commenter/pull/26

### New Contributors

* @jholloman made their first contribution in https://github.com/spatie/laravel-sql-commenter/pull/26

**Full Changelog**: https://github.com/spatie/laravel-sql-commenter/compare/2.0.0...2.1.0

## 2.0.0 - 2024-03-14

### Upgrade guide
Expand All @@ -12,6 +26,7 @@ You can no longer call `SqlCommenter::addComment` statically, you now need to fe
- SqlCommenter::addComment('My comment');
+ app(SqlCommenter::class)->addComment('My comment');


```
### What's Changed

Expand Down

0 comments on commit 53b7076

Please sign in to comment.