1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Release v2.2.0

This commit is contained in:
Kim Burgestrand 2022-02-11 13:09:26 +01:00
parent a63601910f
commit d569083cda
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Pundit
## Unreleased
## 2.2.0 (2022-02-11)
### Fixed

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Pundit
VERSION = "2.1.1"
VERSION = "2.2.0"
end