Skip to content

Commit

Permalink
Update READM. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycarr committed Feb 10, 2015
1 parent a97ff53 commit 8acb70f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nsqjs
=====
A NodeJS client for the [nsq](http://bitly.github.io/nsq/) client protocol. This implementation attempts to be
The official NodeJS client for the [nsq](http://bitly.github.io/nsq/) client protocol. This implementation attempts to be
fully compliant and maintain feature parity with the official Go ([go-nsq](https://github.com/bitly/go-nsq)) and Python ([pynsq](https://github.com/bitly/pynsq)) clients.

[![Build Status](https://travis-ci.org/dudleycarr/nsqjs.png?branch=master)](https://travis-ci.org/dudleycarr/nsqjs)
Expand Down Expand Up @@ -351,6 +351,9 @@ w.on Writer.CLOSED, ->

Changes
-------
* **0.7.1**
* Fix connection returning to max connection RDY after backoff
* Fix backoff ignored when `message.finish` is called after backoff event.
* **0.7.0**
* Fixes for configuration breakages
* Fix for AUTH
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nsqjs",
"description": "NodeJS client for NSQ",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/dudleycarr/nsqjs",
"author": {
"name": "Dudley Carr",
Expand Down
2 changes: 1 addition & 1 deletion src/version.coffee
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.7.0'
module.exports = '0.7.1'

0 comments on commit 8acb70f

Please sign in to comment.