Skip to content

Commit acf46d5

Browse files
committed
version bump
1 parent 8dd3eb7 commit acf46d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.8.1
2+
-----
3+
- Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter (#60) [@torce]
4+
15
1.8.0
26
-----
37
- Abstract database-specific statements (#46) [@sobstel]

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
bulk_insert (1.8.0)
4+
bulk_insert (1.8.1)
55
activerecord (>= 3.2.0)
66

77
GEM

lib/bulk_insert/version.rb

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

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

0 commit comments

Comments
 (0)