Skip to content

Releases: chrisdicarlo/simple-jetstream-multitenancy

v1.1.1

08 May 22:13
Compare
Choose a tag to compare

Fix missing import on TenantAware trait.

v1.1.0

05 May 03:21
Compare
Choose a tag to compare

Adds a tenant relationship on the trait so that you can directly access the tenant.

v1.0.2

01 May 02:21
Compare
Choose a tag to compare

Fix bug in TenantAware trait that cause tenant_id not to be set on model creation if using Team as the tenant.

Initial Release

30 Apr 02:43
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of github.com:chrisdicarlo/simple-jetstream-mul…