Skip to content

Commit

Permalink
Bump version number and update changelog for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Oct 24, 2016
1 parent a4d1072 commit 6256632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# kafka-node CHANGELOG

## 2016-10-24, Version 1.0.3
- Fix issue in [Consumer Group](https://github.com/SOHU-Co/kafka-node#consumergroup) where using the migrator with no previous HLC offsets will set initial offsets to 0 instead of the offsets provided in "fromOfset" feature [#493](https://github.com/SOHU-Co/kafka-node/pull/493)

## 2016-10-22, Version 1.0.2
- Fix issue in [Consumer Group](https://github.com/SOHU-Co/kafka-node#consumergroup) where using the migrator with no previous HLC offsets will set initial offsets to -1 [#490](https://github.com/SOHU-Co/kafka-node/pull/490)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"broker"
],
"bugs": "https://github.com/SOHU-co/kafka-node/issues",
"version": "1.0.2",
"version": "1.0.3",
"main": "kafka.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 6256632

Please sign in to comment.