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