diff --git a/History.md b/History.md index bbc5f7543..db28d550b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +# 3.4.0 (2017-01-25) + + * New `.retry(n)` method and `err.retries` (Alexander Pope) + * Docs for HTTPS request (Jun Wan Goh) + # 3.3.1 (2016-12-17) * Fixed "double callback bug" warning on timeouts of gzipped responses diff --git a/package.json b/package.json index 314bb37e2..6cba239d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superagent", - "version": "3.3.2", + "version": "3.4.0", "description": "elegant & feature rich browser / node HTTP with a fluent API", "scripts": { "prepublish": "make all",