Skip to content

Commit ab5db08

Browse files
committed
version bump
1 parent a9f6efd commit ab5db08

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
1.8.2
211
-----
312

lib/bulk_insert/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module BulkInsert
22
MAJOR = 1
3-
MINOR = 8
4-
TINY = 2
3+
MINOR = 9
4+
TINY = 0
55

66
VERSION = [MAJOR, MINOR, TINY].join(".")
77
end

0 commit comments

Comments
 (0)