diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a3f19..d701278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/active_force/version.rb b/lib/active_force/version.rb index ab78806..110dab0 100644 --- a/lib/active_force/version.rb +++ b/lib/active_force/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveForce - VERSION = '0.21.1' + VERSION = '0.22.0' end