Skip to content

Commit

Permalink
changelog 📝; 5.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Feb 28, 2024
1 parent f52d138 commit 459d848
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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 ✅
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 459d848

Please sign in to comment.