Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

49 lines (42 loc) · 1.27 KB

[1.0.2] - 2023-01-30

  • Increment gem version to force fresh installs after .gitignore changes

[1.0.1] - 2023-01-30

  • Fix CustomField and Refund not inheriting from Base

[1.0.0] - 2023-01-22

  • All endpoint classes respond without instantiation:
    • Bloomerang::Constituent.fetch() instead of Bloomerang::Constituent.new.fetch()
  • rails g bloomerang:initializer
    • Copies configuration file in to "rails_root/config/initializers"

[0.2.1] - 2023-01-22

  • move bloomerang_config file to new location

[0.2.0] - 2023-01-21