From 0cdaf699998ed64c90cf8561191e197741126388 Mon Sep 17 00:00:00 2001 From: Sean Edge Date: Tue, 9 Jul 2024 10:43:22 -0400 Subject: [PATCH] Prep for 0.22.0 release. --- CHANGELOG.md | 2 ++ lib/active_force/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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