diff --git a/docs/changelog.md b/docs/changelog.md index 5afca731e..999366ae1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +## `5.2.0` + +- 1b03b2e INSA: protocol version `1.21`, enable [`reachableFrom()`](reachable-from.md) +- 2a24137/3ea9380 `parseLocation()`: parse foreign stop IDs +- 3ea9380 `parseLocation()`: parse fare zone, transit authority +- 8c7f164 `parseLine()`: expose admin code +- b9d5c85 add DB & INSA `stop()` tests + +[🏷 `5.2.0`](https://github.com/public-transport/hafas-client/releases/tag/5.2.0), 2020-03-08 + ## `5.1.2` - e5abe3d DB: fix journey leg loadFactor parsing 🐛 diff --git a/package.json b/package.json index 33f17c821..2ee01ff3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.1.2", + "version": "5.2.0", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.1.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.2.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",