Skip to content

Commit

Permalink
chore: Add section for Rails 6 gem version support and missing Change…
Browse files Browse the repository at this point in the history
…log line
  • Loading branch information
vprigent committed Sep 23, 2024
1 parent 9822b60 commit ecd0cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- Allow multiple data migration paths https://github.com/ilyakatz/data-migrate/pull/331
- Fix db:prepare:with_data task on [Rails 7.2](https://github.com/ilyakatz/data-migrate/pull/339)

# 11.0.0
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ table to track all migrations.

Support Rails 6.1 through 7.2

For **Rails 6.0** support, please use gem version `9.1.x`:

```ruby
gem 'data_migrate', '~> 9.1.0'
```

#### v1

Expand Down

0 comments on commit ecd0cd5

Please sign in to comment.