Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Rogers committed Oct 13, 2021
1 parent 92b4e0b commit 4bdc9e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.1.1 (Oct 13, 2021)

* Handle the `INVALID_REPLICATION_DATE` error returned by Salesforce (@michaelwnyc)
* Handle the `BIG_OBJECT_UNSUPPORTED_OPERATION` error returned by Salesforce (@remon)

## 5.1.0 (Aug 26, 2021)

* Add official support for Ruby 3.0 (@timrogers)
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', '~> 5.1.0'
gem 'restforce', '~> 5.1.1'

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 = '5.1.0'
VERSION = '5.1.1'
end

0 comments on commit 4bdc9e8

Please sign in to comment.