Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 687 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v3.0.0

Changed

  • Add Ruby 3.2 support
  • Remove Ruby 2.5 and 2.6 support

v2.1.0

Added

  • Avoid logging using disable_job_logs class method.

v2.0.0

Changed

  • Replace travis with circleci.
  • Use Rails 6 on Dummy app.

v1.2.0

Changed

  • Use update instead of deprecated update_attributes.

v1.0.0

Changed

  • Copy Job model into app.

v0.2.1

Fixed

  • Change error type from string to text.

v0.2.0

Added

  • New Job instance by retry.

v0.1.0

  • Initial release.