From d9186a45e2ebb97beee798a9fa4761fe2d75349c Mon Sep 17 00:00:00 2001 From: Alessandro Rodi Date: Fri, 18 Jun 2021 13:19:49 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2fe562..7d4b7312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## Unreleased +## 3.3.0 * [#675](https://github.com/CanCanCommunity/cancancan/pull/675): Support modifying the `accessible_by` querying strategy on a per-query basis. ([@ghiculescu][]) * [#714](https://github.com/CanCanCommunity/cancancan/pull/714): Don't hold unnecessary references to subjects in @rules_index. ([@mtoneil][]) +## 3.2.2 + +* Added funding metadata to Gemspec. ([@coorasse][]) + ## 3.2.1 * [#674](https://github.com/CanCanCommunity/cancancan/pull/674): Fix accidental dependency on ActiveRecord in 3.2.0. ([@ghiculescu][])