Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 702 Bytes

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 702 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning

[0.7.0]

Changed

  • add AR 7.1 support

[0.6.0]

Changed

  • dropped ruby 2.4 support
  • add AR 6.1 and 7.0 support

[0.5.1]

Fixed

  • corrected licenses

Changed

  • updated to newer rubocop

[0.5.0]

Changed

  • added rails 6 support

[0.4.2]

Changed

  • adjust rails restriction to exclude untested rails 6
  • adjust minimum ruby version to 2.4
  • add rubocop

[0.4.1]

Added

  • Added support for database aliases ( PR #26 )