Skip to content

Commit 1d26196

Browse files
committed
merge with upstream
2 parents 5c5c57e + d59d2d2 commit 1d26196

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7+
### v2.10.0
8+
- Add support for [the password file](http://www.postgresql.org/docs/9.3/static/libpq-pgpass.html)
9+
710
### v2.9.0
811
- Add better support for [unix domain socket](https://github.com/brianc/node-postgres/pull/487) connections
912

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"postgres",

0 commit comments

Comments
 (0)