Skip to content

Commit 861d5ed

Browse files
committed
update changelog, version bump
1 parent aa7d020 commit 861d5ed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.7.0
2+
-----
3+
4+
- Reduce requirements to allow rails 3 (#31) [Dmitry Ishkov]
5+
- Add backticks around "on duplicate key" columns (MySQL) (#33) [Mauro Berlanda]
6+
- PostgreSQL option to return primary keys (#32) [Peter Loomis]
7+
18
1.6.0
29
-----
310

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.6.0)
4+
bulk_insert (1.7.0)
55
activerecord (>= 3.2.0)
66

77
GEM

lib/bulk_insert/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module BulkInsert
22
MAJOR = 1
3-
MINOR = 6
3+
MINOR = 7
44
TINY = 0
55

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

0 commit comments

Comments
 (0)