Skip to content

Commit 84cbb36

Browse files
committed
docs: update changelog
1 parent d2c7453 commit 84cbb36

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 10.2.0 - 2025-03-03
6+
- 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.
7+
58
## 10.1.0 - 2025-02-27
69
- Allow to set WebPush automatic padding in config [#176](https://github.com/laravel-notification-channels/webpush/pull/176)
710

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

1720
- Added support for Laravel 11.
18-
21+
1922
## 7.1.0 - 2023-03-14
2023

2124
- Added support for Laravel 10.
2225

2326
## 7.0.0 - 2022-03-29
2427

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

2730
## 6.0.0 - 2022-01-26
2831

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

4346
## 5.0.3 - 2020-08-19
4447

45-
- Laravel 8.0 compatibility
48+
- Laravel 8.0 compatibility
4649

4750
## 5.0.2 - 2020-03-05
4851

49-
- Laravel 7.0 compatibility
52+
- Laravel 7.0 compatibility
5053

5154
## 5.0.1 - 2020-01-24
5255

0 commit comments

Comments
 (0)