We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f6efd commit ab5db08Copy full SHA for ab5db08
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+1.9.0
2
+-----
3
+
4
+- Add CI test coverage for Rails 3-6 and Ruby 2.2-2.7 (#72) [@mberlanda]
5
+- Add CI mysql test coverage (#74 #75 #76 #77) [@mberlanda]
6
+- Restore rails < 5 mysql support (#78) [@mberlanda]
7
+- Add CI postgresql test coverage (#79) [@mberlanda]
8
9
10
1.8.2
11
-----
12
lib/bulk_insert/version.rb
@@ -1,7 +1,7 @@
module BulkInsert
MAJOR = 1
- MINOR = 8
- TINY = 2
+ MINOR = 9
+ TINY = 0
VERSION = [MAJOR, MINOR, TINY].join(".")
end
0 commit comments