diff --git a/docs/changelog.md b/docs/changelog.md index 1df4e544..bda39331 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## `5.12.0` + +- 3e6d6d9 add [`serverInfo()` method](server-info.md) +- ed48971/731d9b8 add [`remarks()` method](remarks.md) +- 9d8260b/53e10f7/1a0d97d add [`lines()` method](lines.md) +- e6bc8c6 `departures()`/`arrivals()`: add `line` option + +[🏷 `5.12.0`](https://github.com/public-transport/hafas-client/releases/tag/5.12.0), 2020-12-09 + ## `5.11.0` - 259fcd7 add [*VRN* (south-west Germany) profile](../p/vrn) diff --git a/package.json b/package.json index 34bb9596..18e2a372 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.11.0", + "version": "5.12.0", "main": "index.js", "files": [ "index.js", @@ -20,7 +20,7 @@ "em0lar ", "Adrian Böhme (https://github.com/Adwirawien)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.11.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.12.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {