Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
* Add support for replaying missed messages when using the
Salesforce Streaming API (@andreimaxim, @drteeth, @panozzaj)
  • Loading branch information
timrogers committed Aug 16, 2018
1 parent ef17cd7 commit 7012e1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.0 (Aug 16, 2018)

* Add support for replaying missed messages when using the Salesforce Streaming API (@andreimaxim, @drteeth, @panozzaj)

## 3.0.1 (Aug 4, 2018)

* Fix `NoMethodError` when upserting an existing record (@opti)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Features include:

Add this line to your application's Gemfile:

gem 'restforce', '~> 3.0.1'
gem 'restforce', '~> 3.1.0'

And then execute:

Expand Down
2 changes: 1 addition & 1 deletion lib/restforce/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Restforce
VERSION = '3.0.1'
VERSION = '3.1.0'
end

0 comments on commit 7012e1d

Please sign in to comment.