diff --git a/docs/changelog.md b/docs/changelog.md index bb5c34f6..d1b784c4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +## `5.24.0` + +- 2edcd49e `serverInfo()`: add `opt.versionInfo` 📝✅ +- f3c2ee6f/1236cf63 DB: support age-based tariffs – Thanks @roehrt! +- 7e1f7ed4 BVG/VBB: parse stop DHIDs ✅ +- f8ca2d5d BVG: only expand `9*` stop IDs to 12 digits 🐛 +- 68ecd7c5 readme: fix `strecken.info` link 📝 – Thanks @fhueter! + +[🏷 `5.24.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-04-26 + ## `5.23.0` - 57084262 expose `departure.destination` & `arrival.origin` ✅ diff --git a/package.json b/package.json index bdfd4682..1e5e8e44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.23.0", + "version": "5.24.0", "main": "index.js", "files": [ "index.js", @@ -22,9 +22,10 @@ "Yureka ", "Kristjan Esperanto (https://github.com/KristjanESPERANTO)", "Marcel Radzio ", - "Benoit Deldicque (https://github.com/bddq)" + "Benoit Deldicque (https://github.com/bddq)", + "roehrt" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.23.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.24.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {