From 459d848e9f2232a9d60410fe97ee4edc40b03252 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 28 Feb 2024 23:26:18 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.26.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 16 ++++++++++++++++ package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c97027a1b..ee31bf92e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,21 @@ # Changelog +## `5.26.5` + +This release contains back-ports from `6.x` releases. + +- 841e12fe `journeys()`: let `earlierRef`/`laterRef` fall back to `null` 🐛 +- 1ff6351d DB: add `routingMode` option 📝 +- 78660d96 DB: pass along `opt.age` if defined +- aee49339 IVB: update SSL CA certificate chain 🐛 +- 4228823e mobil.nrw: fix `mode` for `ec-ic` product 🐛 – Thanks KristjanESPERANTO! +- 5b7303f2 handle `PROBLEMS` HAFAS error code +- 5515f6f1 fix date of next-day DEVI leg in an overnight journey 🐛 – Thanks @soerface! +- f52d138a `radar()`: relax bounding box checks 🐛 – Thanks @dancesWithCycles! +- 32021bc1 SNCB/NMBS: document profile as temporarily broken 📝 + +[🏷 `5.26.5`](https://github.com/public-transport/hafas-client/releases/tag/5.26.5), 2024-02-28 + ## `5.26.4` - 25cc3b88 DB: use ver `1.16` for `stop()` requests 🐛, update integration test fixtures ✅ diff --git a/package.json b/package.json index 5b00dfd4c..bfdb6d3e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.26.4", + "version": "5.26.5", "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.26.4", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.26.5", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {