Skip to content

Commit

Permalink
Release v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmaples committed Oct 5, 2023
1 parent f783946 commit 6f0a77f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

## 11.0.0
- Commit *.lock files
- Remove support for Rails 6.0
- Support Rails 7.1
## 9.2.0
- Support Rails 7.1 https://github.com/ilyakatz/data-migrate/pull/278
- Build and test against 7.1.0.rc1 https://github.com/ilyakatz/data-migrate/pull/286

## 9.1.0

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:
data_migrate (9.1.0)
data_migrate (9.2.0)
activerecord (>= 6.1)
railties (>= 6.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/data_migrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataMigrate
VERSION = "9.1.0".freeze
VERSION = "9.2.0".freeze
end

0 comments on commit 6f0a77f

Please sign in to comment.