## [2.0.0]
### Added
- :white_check_mark: Add tests for calver formatting
- :construction_worker: update CI to run dialyzer and credo in test env
to avoid compiling for both dev and test in CI
- :sparkles: CalVer is now supported
- :white_check_mark: add tests for git datagrabber
- :construction_worker: update github actions to newer versions
- :white_check_mark: add mock for git operations
finish coverage of keepachangelog_formatter
- :white_check_mark: add mimic and mock Versioce.Bumper.Files
- :construction_worker: update credo config to ignore TODOs and FIXMEs
- :construction_worker: add credo to CI
- :sparkles: Add credo and fix issues
- :white_check_mark: Update tests, introduce ex_machona for testing
- :construction_worker: updated deps
- :sparkles: Git tag hook now can include relevant changelog part
- :sparkles: Formatter now has to provide functionality for formatting single version
- :sparkles: DataGrabber behaviour now has to be able to retrieve a singular version
### Changed
- :recycle: code reorganization
- :recycle: Versions -> Version struct
- :recycle: updated how tags are picked.
Now only relevant tags to current HEAD are picked up
- :recycle: update .tool-versions
### Fixed
- :bug: fixed changelog generation
### Uncategorised
- :clap: Bump version to 2.0.0
- :pencil: update README with calver info
- :pencil: update CHANGELOG.md
- :pencil: Add new migration details
### Removed
- :coffin: a change to Datagrabber behaviour. BREAKING CHANGE
Check the migration guide in docs for more info