Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Oct 11, 2023
1 parent 612c97b commit 432ce00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.8.2

* Add support for Rails 7.1. (no changes required.)
* Add `HasScope.deprecator` to integrate with new application deprecators in Rails 7.1.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_scope (0.8.1)
has_scope (0.8.2)
actionpack (>= 5.2)
activesupport (>= 5.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/has_scope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasScope
VERSION = "0.8.1"
VERSION = "0.8.2"
end

0 comments on commit 432ce00

Please sign in to comment.