Skip to content

Commit

Permalink
update changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jun 27, 2018
1 parent aa7d020 commit 861d5ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.7.0
-----

- Reduce requirements to allow rails 3 (#31) [Dmitry Ishkov]
- Add backticks around "on duplicate key" columns (MySQL) (#33) [Mauro Berlanda]
- PostgreSQL option to return primary keys (#32) [Peter Loomis]

1.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bulk_insert (1.6.0)
bulk_insert (1.7.0)
activerecord (>= 3.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/bulk_insert/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module BulkInsert
MAJOR = 1
MINOR = 6
MINOR = 7
TINY = 0

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

0 comments on commit 861d5ed

Please sign in to comment.