Skip to content

Commit

Permalink
fill in change-log - prepare for 1.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed May 14, 2017
1 parent 58305c5 commit 7327603
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.3.23 (05/14/17)

- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x
- [postgres] get non-seq id inserts working when insert_returning: false (#716)
- [postgres] previously-deprecated -i switch to pg_dump is no longer supported
(in PostgreSQL 9.5) (#729)
- [postgres] Assume that primary key can be multiple values (#773)
- prevent multiple pushes of the adapter file onto $LOADED_FEATURES

## 1.3.22 (12/23/16)

- [postgres] Fix incorrect postgresql_version when running RC (#717)
Expand Down
2 changes: 1 addition & 1 deletion lib/arjdbc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ArJdbc
VERSION = "1.3.22"
VERSION = "1.3.23"
# @deprecated
module Version
# @private 1.2.x compatibility
Expand Down

0 comments on commit 7327603

Please sign in to comment.