4.0.0 (06/03/2021)
NOTE: Breaking Change
Out of an abundance of caution, denoting this release as being a breaking change.
The zip field on Account was changed from an Integer type to a String type. If you have
code that references this field, you will need to update your code to reflect this change.
- PR-78 Account 'zip' property changed from being an
Integertype to aStringto support worldwide zipcodes. Thanks @daniel-exceed!