diff --git a/README.md b/README.md index bdce6cb..aaa7df6 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,11 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc. Changelog --- +### 2.0.8 +* Improve out-of-order packet handling for gamespy1 protocol +* Work-around for buggy duplicate player reporting from bf1942 servers +* Report team names rather than IDs when possible for gamespy1 protocol + ### 2.0.7 * Prevent tcp socket errors from dumping straight to console diff --git a/package.json b/package.json index 8223886..f2ed416 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "main": "lib/index.js", "author": "Michael Morrison", - "version": "2.0.7", + "version": "2.0.8", "repository": { "type": "git", "url": "https://github.com/sonicsnes/node-gamedig.git"