## Diff https://gitlab.com/gitlab-org/quality/dri/-/compare/v0.9.0...55ddcace1c166fa2323d4e556262eba6b274230a ## Release Notes ```markdown ### Features - !aaa ### Bug Fixes - !bbb <Title of the bbb MR> ### Maintenance - !ccc <Title of the ccc MR> ``` ## Checklists ### Before merging: - [ ] MR title is set to `Bump version to <version>`, where `<version>` is the new version, according to [SemVer](https://semver.org/). - [ ] Diff link is up-to-date. - [ ] Release notes are accurate. - [ ] `lib/dri/version.rb` is updated with the new version number. - [ ] `bundle update` was run to update `Gemfile.lock` with the new version number. ### After merging: - [ ] Update the release notes for the [newly created tag](https://gitlab.com/gitlab-org/quality/dri/-/tags) with the release notes from this MR.