diff --git a/docs/changelog.md b/docs/changelog.md index c0c02d7e..d7d29a49 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.9.1` + +- a145fea extend default retrying options 🐛 + ## `3.9.0` - b0f786c support for retrying failed requests ✨ – [docs](readme.md#retrying-failed-requests) diff --git a/package.json b/package.json index 72089d03..0de60bfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "3.9.0", + "version": "3.9.1", "main": "index.js", "files": [ "index.js",