Skip to content

Commit

Permalink
Bump version to 0.2.5 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Mar 1, 2012
1 parent 75ff5bc commit 14fccdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## Version 0.2.5 — March 1, 2012

- Added support for HTTP Basic Auth by working around the fact that Neo4j
doesn't maintain the username and password in the URLs it returns (#7).
Many thanks to @anatoliychakkaev for finding this and suggesting the fix.

## Version 0.2.4 — January 29, 2012

- Updated library to support Neo4j 1.6. Still supports 1.5 and 1.4. No
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "neo4j",
"description": "Neo4j driver (REST API client) for Node.js",
"version": "0.2.4",
"version": "0.2.5",
"author": "The Thingdom <info@thethingdom.com>",
"contributors": [
{"name": "Daniel Gasienica", "email": "daniel@gasienica.ch"},
Expand Down

0 comments on commit 14fccdc

Please sign in to comment.