diff --git a/HISTORY.md b/HISTORY.md index 35e2ec8..20bd0c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ Version history =============== +### 3.3.6 (2016-09-16) ### +* We were not appropriately sending HPACK context updates when receiving SETTINGS_HEADER_TABLE_SIZE. This release fixes that bug. + ### 3.3.5 (2016-09-06) ### * Fix issues with large DATA frames (https://github.com/molnarg/node-http2/issues/207) diff --git a/package.json b/package.json index 9c8f591..5372f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http2", - "version": "3.3.5", + "version": "3.3.6", "description": "An HTTP/2 client and server implementation", "main": "lib/index.js", "engines" : {