Skip to content

Commit

Permalink
Bump to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed May 8, 2024
1 parent 02d8e11 commit d033604
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## Unreleased

- Dropped support for Ruby 3.0 (#796)
## 2.3.2 (2024-05-08)

- Refactor: First pass of Pundit::Context (#797)

## Changed

- Update `ApplicationPolicy` generator to qualify the `Scope` class name (#792)
- Policy generator uses `NoMethodError` to indicate `#resolve` is not implemented (#776)

## Deprecated

- Dropped support for Ruby 3.0 (#796)

## 2.3.1 (2023-07-17)

### 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.3.1"
VERSION = "2.3.2"
end

0 comments on commit d033604

Please sign in to comment.