0.0.1:
  - Initial public release.
0.0.2:
  - Fix /money pay not detecting missing accounts. 
0.0.3:
  - Update VaultUnlocked to 2.9.0.
0.0.4:
  - Format money values with commas and decimals for easier reading.
0.0.5:
  - Fix the silent subarg not working properly.
0.0.6:
  - Sort out an issue displaying the stats command output.
  - Prevent sending messages to null CommandSenders.
  - Improve player-name-change detection.
0.0.7:
  - Update VaultUnlocked to 2.10.0.
0.0.8:
  - Fix division by zero error in /money stats command when no accounts are registered, courtesy of SulkyWhale with PR #6.
0.0.9:
  - Enabled console to run /money rank by removing Player casting, courtesy of SulkyWhale with PR #7.
0.0.10:
  - Fix the self-payment error message, courtesy of pizzaboy189 with PR #9.
0.0.11:
  - Fix conversion from iConomy 5.26 failing.
  - New Config Option: currency_settings.vault_displayed_decimal_places
    - Default: 0
    - Default of zero, should display zero decimal places.
0.1.0:
  - Updated to 26.2
0.2.0:
  - New Feature: Physical bearer checks.
    - /money check <amount> [quantity]
    - Convert balance into stackable check items that anyone can redeem by clicking them.
    - Left- or right-click a check to open a Paper confirmation dialog, then redeem to deposit the face value.
    - Redeem plays a short gold-themed particle/sound burst that scales with the check amount
      (stronger around small amounts, capped near 1,000,000).
    - Quantity defaults to 1; limited by checks.max_quantity (default 64).
  - New Permission: iConomy.check (default: true)
    - Required to write checks and to redeem them.
  - New Config (config.yml):
    - version - version.version has been migrated to just version
    - checks.material - item type for checks (default: PAPER)
    - checks.min_amount - minimum face value when writing (default: 1)
    - checks.max_amount - maximum face value when writing (default: 1000000)
    - checks.max_quantity - max quantity per /money check (default: 64)
    - checks.redeem_particles - toggle redeem particle/sound effect (default: true)
  - New Lang keys under lang.check.* for item name/lore, dialog text, and related messages.