Skip to content

Commit f095d39

Browse files
committed
release: 1.0.1
1 parent e9adc5d commit f095d39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ schema_plus_indexes is tested on
123123

124124
## Release Notes
125125

126+
### v1.0.1
127+
* Add AR 6.1 and 7.0 support
128+
* Add Ruby 3.1 support
129+
126130
### v1.0.0
127131

128132
* Drop AR < 5.2 and add 6.0 support

lib/schema_plus/indexes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module SchemaPlus
44
module Indexes
5-
VERSION = "1.0.0"
5+
VERSION = "1.0.1"
66
end
77
end

0 commit comments

Comments
 (0)