diff --git a/docs/changelog.md b/docs/changelog.md index 56343e6f..f3a8510c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `4.6.2` + +- 105c18b DB: always use `rtMode: HYBRID` + ## `4.6.1` - 43b4a6e handle `H_UNKNOWN` error diff --git a/package.json b/package.json index ad72b1de..890ef781 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.6.1", + "version": "4.6.2", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/4.6.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/4.6.2", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",