From 4fadf2aa0a9af727f870c591e89d70b737f29e46 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Tue, 20 Aug 2024 11:11:51 -0400 Subject: [PATCH] version and changelog for 5.13.0 release --- CHANGELOG.md | 6 ++++++ lib/qa/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf754b..37bf79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.13.0](https://github.com/samvera/questioning_authority/tree/5.13.0) (2024-08-20) + +[Full Changelog](https://github.com/samvera/questioning_authority/compare/v5.13.0...5.13.0) + +* Allow and test Rails 7.2 https://github.com/samvera/questioning_authority/pull/392 + ## [5.12.0](https://github.com/samvera/questioning_authority/tree/5.10.0) (2024-08-06) [Full Changelog](https://github.com/samvera/questioning_authority/compare/v5.11.0...5.12.0) diff --git a/lib/qa/version.rb b/lib/qa/version.rb index c51d1cd..5264dd0 100644 --- a/lib/qa/version.rb +++ b/lib/qa/version.rb @@ -1,3 +1,3 @@ module Qa - VERSION = "5.12.0".freeze + VERSION = "5.13.0".freeze end