Retrieve last tag applied

Is there a way using Liquibase’s api to determine the last tag applied?

or is it

select tag from databasechangelog where tag is not null order by dateexecuted asc  ?

There isn’t a command currently to list the tags.  Your SQL call will do it, though.

Nathan