Skip to content

Commit 8644e37

Browse files
committed
version bump
1 parent b9d2a6d commit 8644e37

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
1.8.2
2+
-----
3+
4+
- Replace 'type_cast_from_column' to support Rails 6.1 (#68) [@zjohl]
5+
16
1.8.1
27
-----
8+
39
- Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter (#60) [@torce]
410

511
1.8.0
612
-----
13+
714
- Abstract database-specific statements (#46) [@sobstel]
815
- Allow to update duplicates on conflict in PostgreSQL (#40) [@sobstel]
916
- Add CI on pull requests / merges (#38) [@mberlanda]

Gemfile.lock

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

77
GEM

lib/bulk_insert/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module BulkInsert
22
MAJOR = 1
33
MINOR = 8
4-
TINY = 1
4+
TINY = 2
55

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

0 commit comments

Comments
 (0)