From 0d8ab0e76778f72e07be1ea5d31c11fbdf3c9892 Mon Sep 17 00:00:00 2001 From: Sara Jackson Date: Wed, 8 May 2024 15:09:54 -0400 Subject: [PATCH] Release 2.7.1 [ci skip] --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c931741f..2588ea1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ complete changelog, see the git history for each version via the version links. ## [Unreleased] -[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.7.0...main +[Unreleased]: https://github.com/thoughtbot/clearance/compare/v2.7.1...main + +## [2.7.1] May 8, 2024 +- Update sqlite3 and erb_lint gems (#1017) Jos O'shea + +[2.7.1]: https://github.com/thoughtbot/clearance/compare/v2.7.0...v2.7.1 ## [2.7.0] - April 19, 2024 - Call dynamic README workflow (#1004)