You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring Version Numbers Inline with Xero API Version
Xeroizer's version numbers will be kept inline with Xero's
own API version numbers to make it easier to use Bundler.
The current Xero API version is 2.15 and the current Xeroizer
version is 2.15.0. Xeroizer patches will only modify the last
number in this version string.
Specifying `gem xeroizer, '~> 2.15'` in your `Gemfile` will
keep your bundle aligned with v2.15 of the Xero API.