Skip to content

Commit

Permalink
Merge pull request #827 from varvet/kbs/release-v2.4.0
Browse files Browse the repository at this point in the history
Release v2.4.0
  • Loading branch information
Burgestrand authored Aug 26, 2024
2 parents 6eaaca6 + 6eaf877 commit ec75796
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

## Unreleased

## 2.4.0 (2024-08-26)

## Changed

- Improve the `NotAuthorizedError` message to include the policy class.
Furthermore, in the case where the record passed is a class instead of an instance, the class name is given. (#812)
Furthermore, in the case where the record passed is a class instead of an instance, the class name is given. (#812)

## Added

- Add customizable permit matcher description (#806)
- Add support for filter_run_when_matching :focus with permissions helper. (#820)

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.3.2"
VERSION = "2.4.0"
end

0 comments on commit ec75796

Please sign in to comment.