Recently, I wanted to keep the change history of entities saved via Hibernate and also have a versioned database. Hence, I used Hibernate Envers and Liquibase.
The tables for envers, both the revinfo table and the _AUD tables for each entity, have to be included in the changeset of Liquibase: