Skip to content

Commit

Permalink
Prep for release 0.23.0 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jflack-bf authored Sep 27, 2024
1 parent 8619a99 commit 3b9dbb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Not released

## 0.23.0
- Partially addresses #90. `#select` accepts a block and returns an array of filtered SObjects. (https://github.com/Beyond-Finance/active_force/pull/99)

## 0.22.1
- Fixes #94. Moved query logic and corrected ActiveQuery `ids` method (https://github.com/Beyond-Finance/active_force/pull/97)

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.22.1'
VERSION = '0.23.0'
end

0 comments on commit 3b9dbb0

Please sign in to comment.