diff --git a/docs/changelog.md b/docs/changelog.md index 546680a55..f69ef0af6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,12 +1,18 @@ # Changelog +## `5.26.0` + +- 829c9ca4 add `profile.log{Request,Response}()` hooks 📝 + +[🏷 `5.26.0`](https://github.com/public-transport/hafas-client/releases/tag/5.26.0), 2022-10-06 + ## `5.25.0` - 0a636981 parse `CHKI` (check-in, check-out) legs ✅ - 7c68f962 `parse{Stopover,JourneyLeg, Trip}`: expose `{arrival,departure}PrognosisType` ✅ - 95af0a01 `parseArrival` & `parseDeparture`: expose `prognosisType` ✅ -[🏷 `5.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-07-30 +[🏷 `5.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.25.0), 2022-07-30 ## `5.24.1` diff --git a/package.json b/package.json index 82291ab45..0d9d6e603 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.25.0", + "version": "5.26.0", "main": "index.js", "files": [ "index.js", @@ -25,7 +25,7 @@ "Benoit Deldicque (https://github.com/bddq)", "roehrt" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.25.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.26.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {