Skip to content

Commit

Permalink
Prep for 0.22.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed Jul 9, 2024
1 parent 6672f59 commit 0cdaf69
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.22.0
- Add `ids` method to ActiveQuery interface (https://github.com/Beyond-Finance/active_force/pull/94)
- Add missing standard type for ContentNote and fix the way the model generator handles the name input so it acts a bit more predictably. (https://github.com/Beyond-Finance/active_force/pull/95)

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.21.1'
VERSION = '0.22.0'
end

0 comments on commit 0cdaf69

Please sign in to comment.