Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
themilkman committed Jan 9, 2025
1 parent f9f9882 commit 1b4487a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog
===

#### Unreleased

#### 3.4.0 (2025-01-09)
* Support for Rails 7.2 & 8.0
* Require Rails >= 7.1.0
* Require Ruby >= 3.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_removable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActsAsRemovable
VERSION = '3.3.0'
VERSION = '3.4.0'
end

0 comments on commit 1b4487a

Please sign in to comment.