diff --git a/docs/changelog.md b/docs/changelog.md index 0b70b474..ad5e2f8e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `4.8.0` + +- 56dee66/46eadcf/1611635 add [*DB Busradar NRW* profile](../p/db-busradar-nrw) + +[🏷 `4.8.0`](https://github.com/public-transport/hafas-client/releases/tag/4.8.0), 2019-12-29 + ## `4.7.0` - fceaf86 parse `Q` hints diff --git a/package.json b/package.json index 59eff254..748d7a57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.7.0", + "version": "4.8.0", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/4.7.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/4.8.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",