Skip to content

Commit caadb94

Browse files
authored
Merge pull request #12 from ker0x/hotfix/changelog
Update CHANGELOG
2 parents a164594 + 7931a24 commit caadb94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The Fcm library follows [SemVer](http://semver.org/).
66

77
Version `2.x` of this library is a full rewrite to be compliant with [HTTP v1 API](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages). If you are on Legacy HTTP API, then you should consider using version `1.x`
88

9+
**Changelog** (since [`2.0.0`](https://github.com/ker0x/fcm/compare/2.0.0...2.1.0))
10+
911
- 2.1.0 (2020-01)
1012
- Change class properties visibility from `protected` to `private`.
1113
- Add new configurations classes
@@ -39,6 +41,8 @@ Version `2.x` of this library is a full rewrite to be compliant with [HTTP v1 AP
3941
- Method `Kerox\Fcm\Model\Message\Webpush::setOptions()`, type `array` is deprecated, use class `Kerox\Fcm\Model\Message\Options\WebpushOptions::class` instead.
4042
- Method `Kerox\Fcm\Model\Message\AbstractNotification\Alert::setActionLocKey()` is deprecated and will be removed in 3.0 with no replacement.
4143

44+
**Changelog** (since [`1.0.1`](https://github.com/ker0x/fcm/compare/1.0.1...2.0.0))
45+
4246
- 2.0.0 (2018-09)
4347
- Rewrite library to be compatible with [HTTP v1 API](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages)
4448
- Improve tests

0 commit comments

Comments
 (0)