How to resolve Liquibase changeSet error?

I have use Liquibase for my spring hibernate web application. Now I added new change set to update my database. When I try to restart my web application, Liquibase asks to drop database. But in my case I want to update my db schema without drop existing schema. How can I do this?