Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mberlanda committed Mar 10, 2021
1 parent a9f6efd commit ab5db08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.9.0
-----

- Add CI test coverage for Rails 3-6 and Ruby 2.2-2.7 (#72) [@mberlanda]
- Add CI mysql test coverage (#74 #75 #76 #77) [@mberlanda]
- Restore rails < 5 mysql support (#78) [@mberlanda]
- Add CI postgresql test coverage (#79) [@mberlanda]


1.8.2
-----

Expand Down
4 changes: 2 additions & 2 deletions lib/bulk_insert/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulkInsert
MAJOR = 1
MINOR = 8
TINY = 2
MINOR = 9
TINY = 0

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

0 comments on commit ab5db08

Please sign in to comment.