Skip to content

Commit

Permalink
Prep for v0.16.0 release. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge authored Jul 31, 2023
1 parent 0ca0b2f commit 441bb83
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.16.0

- Fix `default` in models when default value is overridden by the same value, it is still sent to salesforce (https://github.com/Beyond-Finance/active_force/pull/61)
- Support to fetch multi-level associations during eager load (https://github.com/Beyond-Finance/active_force/pull/62)

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.15.1'
VERSION = '0.16.0'
end

0 comments on commit 441bb83

Please sign in to comment.