Skip to content

Commit

Permalink
Release version 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Suutarla committed Apr 28, 2015
1 parent edd0a64 commit 5dca4b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.2.11 (2015-04-28)

Features:

- add support for close() method to allow for clean shutdown #27 (@kgoerlitz)
- add rejectUnauthorized in options #29 (@Akta3d)
- Added configurable support for timeout between connection retries. #25 (@KamalAman)

Bugfixes:

- Update development dependencies:
- mocha 1.20.1 -> 2.2.4
- chai 1.9.1 -> 2.3.0
- timekeeper 0.0.4 -> 0.0.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winston-logstash",
"version": "0.1.11",
"version": "0.2.11",
"description": "A Logstash transport for winston",
"main": "./lib/winston-logstash",
"homepage": "https://github.com/jaakkos/winston-logstash",
Expand Down

0 comments on commit 5dca4b4

Please sign in to comment.