Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed Dec 19, 2022
1 parent a5d756a commit 16554a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Pundit

## 2.3.0 (2022-12-19)

### Added

- add support for rubocop-rspec syntax extensions (#745)

## 2.2.0 (2022-02-11)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/pundit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pundit
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit 16554a5

Please sign in to comment.