diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c659481..d089b34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # Changelog +## 4.14.1 + +The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.1. + +### Bug Fixes + +- Ensure there is a newline before writing env variables [(#1002)](https://github.com/getsentry/sentry-laravel/pull/1002) + + Fixed an issue where the `php artisan sentry:publish` command might not properly add newlines when writing environment variables to the `.env` file. + ## 4.14.0 +The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.0. + ### Bug Fixes - Fix tracing when using Laravel Octane [(#997)](https://github.com/getsentry/sentry-laravel/pull/997)