Skip to content

Commit ec489fa

Browse files
committed
2.0.1 release
1 parent 930c4b3 commit ec489fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ The guide to set up an iOS app to get notifications is here: [Setting up a FCM C
274274

275275
## ChangeLog
276276

277+
### 2.0.1
278+
- Add `http_options` to `initialize` method and whitelist `timeout` option
279+
277280
### 2.0.0
278281
#### Breaking Changes
279282
- Remove deprecated `API_KEY`

fcm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "fcm"
6-
s.version = "2.0.0"
6+
s.version = "2.0.1"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Kashif Rasul", "Shoaib Burq"]
99

0 commit comments

Comments
 (0)