From d43fb21ea10a76ed6cb4cbd36b151d22b879cb25 Mon Sep 17 00:00:00 2001 From: Sean Edge Date: Wed, 15 Nov 2023 14:13:38 -0500 Subject: [PATCH] Release v0.19.0 --- CHANGELOG.md | 4 ++++ lib/active_force/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c404d..a0ecb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Not released +## 0.19.0 + +- Bulk API methods. (https://github.com/Beyond-Finance/active_force/pull/65) + ## 0.18.0 - Fix eager loading of scoped associations. (https://github.com/Beyond-Finance/active_force/pull/67) diff --git a/lib/active_force/version.rb b/lib/active_force/version.rb index d1f5be8..7f2307c 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.18.0' + VERSION = '0.19.0' end