Skip to content

Commit

Permalink
Release 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 2, 2024
1 parent 771058a commit d929a53
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 @@ -6,6 +6,8 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]

## [6.6.0] - 2024-01-02

- Fix support for Rails 6.0 and ForAlter `remove_index` .
- Support Rails 7.1.2

Expand Down
2 changes: 1 addition & 1 deletion lib/departure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Departure
VERSION = '6.5.0'.freeze
VERSION = '6.6.0'.freeze
end

0 comments on commit d929a53

Please sign in to comment.