Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 752 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 752 Bytes

Changelog

The noteworthy changes for each Tenantex version are included here. For a complete changelog, see the git history for each version via the version links.

To see the dates a version was published see the hex package page.

[0.3.0]

  • Upgrade Ecto et al. to ~> 2.1

Changed

  • Tenantex.migrate_tenant function added to migrate a single tenant up or down.

Changed

  • Tenantex.Migration removed - should use Ecto.Migration in tenant migrations now
  • Now supports (and requires) Ecto 2.0.x