Mmm... I see, here is what I think it might have happened.
gitchangelog only builds the changelog basing on prefixes and tags, but the actual version change is managed by bumpversion.
Bumpversion (which is not maintained anymore) does not support automatic guessing of the next version from semantic commits.
We should consider migrating to an integrated solution like https://git-cliff.org/ which handles both
Originally posted by @nicokant in #48
Originally posted by @nicokant in #48