From 441bb83b37094f3adca77191e485b735f9292e28 Mon Sep 17 00:00:00 2001 From: Sean Edge Date: Mon, 31 Jul 2023 15:25:36 -0400 Subject: [PATCH] Prep for v0.16.0 release. (#63) --- 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 23954fb..86613e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Not released +## 0.16.0 + - Fix `default` in models when default value is overridden by the same value, it is still sent to salesforce (https://github.com/Beyond-Finance/active_force/pull/61) - Support to fetch multi-level associations during eager load (https://github.com/Beyond-Finance/active_force/pull/62) diff --git a/lib/active_force/version.rb b/lib/active_force/version.rb index 481a05e..130c75c 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.15.1' + VERSION = '0.16.0' end