diff --git a/CHANGELOG.md b/CHANGELOG.md index be9e2a4..55e9b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to `laravel-sql-commenter` will be documented in this file. +## 1.4.0 - 2023-07-11 + +### What's Changed + +- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-sql-commenter/pull/12 +- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-sql-commenter/pull/14 +- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-sql-commenter/pull/15 +- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-sql-commenter/pull/16 +- Add support for commenting multiple database connections by @alexthekiwi in https://github.com/spatie/laravel-sql-commenter/pull/13 + +### New Contributors + +- @alexthekiwi made their first contribution in https://github.com/spatie/laravel-sql-commenter/pull/13 + +**Full Changelog**: https://github.com/spatie/laravel-sql-commenter/compare/1.3.1...1.4.0 + ## 1.3.1 - 2023-01-26 - support L10