Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdebruijn committed Mar 3, 2025
1 parent d2c7453 commit 84cbb36
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All Notable changes to `laravel-notification-channels/webpush` will be documented in this file

## 10.2.0 - 2025-03-03
- Remove Google Cloud Messaging (GCM) configuration. This service does not exist anymore and web-push-php doesn't have support for it's successor (Firebase Cloud Messaging) either, so this isn't a breaking change.

## 10.1.0 - 2025-02-27
- Allow to set WebPush automatic padding in config [#176](https://github.com/laravel-notification-channels/webpush/pull/176)

Expand All @@ -15,14 +18,14 @@ All Notable changes to `laravel-notification-channels/webpush` will be documente
## 8.0.0 - 2024-03-16

- Added support for Laravel 11.

## 7.1.0 - 2023-03-14

- Added support for Laravel 10.

## 7.0.0 - 2022-03-29

- Upgrade web-push dependency [#172](https://github.com/laravel-notification-channels/webpush/pull/172).
- Upgrade web-push dependency [#172](https://github.com/laravel-notification-channels/webpush/pull/172).

## 6.0.0 - 2022-01-26

Expand All @@ -38,15 +41,15 @@ All Notable changes to `laravel-notification-channels/webpush` will be documente
- Added PHP 8.0 support [#150](https://github.com/laravel-notification-channels/webpush/pull/150).
- Added `NotificationSent` and `NotificationFailed` [events](/src/Events).
- Removed `Log::warning` from `ReportHandler`.
- Switched to GitHub actions.
- Switched to GitHub actions.

## 5.0.3 - 2020-08-19

- Laravel 8.0 compatibility
- Laravel 8.0 compatibility

## 5.0.2 - 2020-03-05

- Laravel 7.0 compatibility
- Laravel 7.0 compatibility

## 5.0.1 - 2020-01-24

Expand Down

0 comments on commit 84cbb36

Please sign in to comment.