Skip to content

Latest commit

 

History

History
78 lines (33 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

78 lines (33 loc) · 1.14 KB

Rails 6.0.3.3 (September 09, 2020)

  • No changes.

Rails 6.0.3.2 (June 17, 2020)

  • No changes.

Rails 6.0.3.1 (May 18, 2020)

  • No changes.

Rails 6.0.3 (May 06, 2020)

  • Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.

    Bill Cromie

Rails 6.0.2.2 (March 19, 2020)

  • No changes.

Rails 6.0.2.1 (December 18, 2019)

  • No changes.

Rails 6.0.2 (December 13, 2019)

  • No changes.

Rails 6.0.1 (November 5, 2019)

  • No changes.

Rails 6.0.0 (August 16, 2019)

  • Fix Bcc header not being included with emails from create_inbound_email_from test helpers.

    jduff

Rails 6.0.0.rc2 (July 22, 2019)

  • No changes.

Rails 6.0.0.rc1 (April 24, 2019)

  • No changes.

Rails 6.0.0.beta3 (March 11, 2019)

  • No changes.

Rails 6.0.0.beta2 (February 25, 2019)

  • Allow skipping incineration of processed emails.

    This can be done by setting config.action_mailbox.incinerate to false.

    Pratik Naik

Rails 6.0.0.beta1 (January 18, 2019)

  • Added to Rails.

    DHH