LiquiBase multiple tenants in same database

Hello,

I am planning to use Liquibase for database migration in our company. Our company uses PostgreSQL for its database and we support multi-tenancy. The tenants are stored in the same database as different schemas. Is this approach supported in Liquibase? Our use case would most likely be create a single changelog file and use it to update multiple schemas in the same database.

Thank you.