Skip to content

Commit

Permalink
Release 18.0 (#70)
Browse files Browse the repository at this point in the history
Release v0.18.0
  • Loading branch information
asedge authored Oct 2, 2023
1 parent 8426f3e commit 847ee34
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.18.0

- Fix eager loading of scoped associations. (https://github.com/Beyond-Finance/active_force/pull/67)
- Adding `.blank?`, `.present?`, and `.any?` delegators to `ActiveQuery`. (https://github.com/Beyond-Finance/active_force/pull/68)
- Adding `update` and `update!` class methods on `SObject`. (https://github.com/Beyond-Finance/active_force/pull/66)
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.17.0'
VERSION = '0.18.0'
end

0 comments on commit 847ee34

Please sign in to comment.