Skip to content

Commit

Permalink
2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed Oct 21, 2024
1 parent 930c4b3 commit ec489fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ The guide to set up an iOS app to get notifications is here: [Setting up a FCM C

## ChangeLog

### 2.0.1
- Add `http_options` to `initialize` method and whitelist `timeout` option

### 2.0.0
#### Breaking Changes
- Remove deprecated `API_KEY`
Expand Down
2 changes: 1 addition & 1 deletion fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "fcm"
s.version = "2.0.0"
s.version = "2.0.1"
s.platform = Gem::Platform::RUBY
s.authors = ["Kashif Rasul", "Shoaib Burq"]
s.email = ["[email protected]", "[email protected]"]
Expand Down

0 comments on commit ec489fa

Please sign in to comment.