diff --git a/docs/changelog.md b/docs/changelog.md index 3d36cad9..e2bb5037 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## `5.8.0` + +- 4d06057/82de740/c17bd5a add [*Rejseplanen* profile](../p/rejseplanen) +- 9848dfa RMV: fix product bitmasks 🐛 (by [Adwirawien](https://github.com/Adwirawien)) +- 25fb25c `parseLeg`: use remarks without `fIdx`/`tIdx` 🐛 +- 68aaad1 *S-Bahn München*: switch to `1.21` protocol +- a621fd6 minor tweaks +- 2d139c8/c9f8cc6/b2a3ce4/e6f25a6/c17bd5a improve/update E2E & integration tests ✅ + +[🏷 `5.8.0`](https://github.com/public-transport/hafas-client/releases/tag/5.8.0), 2020-09-15 + ## `5.7.1` - 2612494 fix platform parsing with some profiles 🐛 (by [em0lar](https://em0lar.de)) diff --git a/package.json b/package.json index bcf8ce15..57db281a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.7.1", + "version": "5.8.0", "main": "index.js", "files": [ "index.js", @@ -17,9 +17,10 @@ "contributors": [ "Julius Tens ", "n0emis ", - "em0lar " + "em0lar ", + "Adrian Böhme (https://github.com/Adwirawien)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.7.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.8.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",