Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.07 KB

0.7.0 (2024-02-06)

  • Drop support for Ruby 2
  • Updating minimum Ruby version to Ruby 3.0.5
  • Add test support for Ruby 3.1, 3.2, 3.3
  • Updated Rubocop to enforce 3.0.x conventions
  • Linting fixes
  • Update BatchReportResource#batch_report_body to allow sub merchant id to be received from Bambora::Client or elements

0.6.0 (2023-05-02)

  • Updating minimum Ruby version to Ruby 2.7.7
  • Add test support for Ruby 3.0
  • Update Faraday to 2.0.1

0.5.0 (2023-01-04)

  • Updating minimum Ruby version to Ruby 2.6.6

0.4.0 (2021-05-31)

  • Add Bambora::V1::PaymentResource#get method

0.3.0 (2020-05-27)

  • Add Bambora::V1::ProfileResource#update method

0.2.0 (2020-05-11)

  • Add Bambora::V1::ProfileResource#get method

0.1.3 (2020-04-30)

  • Ensure Batch Report returns empty array :record in response at the very least

0.1.2 (2020-04-14)

  • Fix nil record with Bank Batch Report returns

0.1.1 (2020-03-04)

  • Upgrade rake to 13.0.1
  • Update README to notify Bambora dev support when functionality changes

0.1.0 (2020-02-03)

  • First major release