Skip to content

Commit

Permalink
Release 0.20.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge authored Nov 27, 2023
1 parent 6332168 commit 1272b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released

## 0.20.0

- Change `.first` to not query the API if records have already been retrieved (https://github.com/Beyond-Finance/active_force/pull/73)
- Bugfix: Transform NULL values for SF Bulk API, which expects "#N/A" (https://github.com/Beyond-Finance/active_force/pull/74)

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

module ActiveForce
VERSION = '0.19.0'
VERSION = '0.20.0'
end

0 comments on commit 1272b67

Please sign in to comment.