diff --git a/docs/changelog.md b/docs/changelog.md index 23e96ced..46115cdd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,12 @@ # Changelog +## `2.8.1` + +- 769f2e3 send `Accept: application/json` + ## `2.8.0` - 16c3f01 enable [`journeyLeg()`](journey-leg.md) for [DB](../p/db) -- deb8829 [`journeys()`](journeys.md): new `whenRepresents` option -- f3d8304 let the `insa` and `nahsh` profiles use HTTPS ## `2.7.5` diff --git a/package.json b/package.json index cb86c435..3d655523 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "2.8.0", + "version": "2.8.1", "main": "index.js", "files": [ "index.js",