Skip to content

Commit

Permalink
Prep for 0.21.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed Feb 15, 2024
1 parent b70d443 commit 808581d
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,8 @@

## Not released

## 0.21.0

- Uninitialized attributes will ERROR instead of returning as `nil` (https://github.com/Beyond-Finance/active_force/pull/78)
- Add Range condition support (https://github.com/Beyond-Finance/active_force/pull/87)
- Use ':decimal' type for Salesforce currency fields in model generation (#88) (https://github.com/Beyond-Finance/active_force/pull/88)
Expand All @@ -11,6 +13,7 @@
- Change `.first` to not query the API if records have already been retrieved (https://github.com/Beyond-Finance/active_force/pull/77)

## 0.20.1

- Revert "ActiveForce .first performance enhancement (#73)" (https://github.com/Beyond-Finance/active_force/pull/76)

## 0.20.0
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.20.1'
VERSION = '0.21.0'
end

0 comments on commit 808581d

Please sign in to comment.