liquibase version in databasechangelog

Hi,


I have a db changelog created using liquibase 2.0.1 and I want to apply it using liquibase 2.0.5. But 2.0.5 thinks that it needs to apply all migrations instead of a few, because there’s 2.0.1 version in liquibase column in DB.


So, what is the proper way of using new versions of liquibase during project lifecycle?


Regards,

Pawel