From 33d7d30acf235c54887c6459a15fe581982c6a19 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 24 Sep 2020 10:36:32 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=205.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e2bb5037..538040e1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## `5.9.0` + +- 8ed218f add [*Irish Rail* profile](../p/irish-rail) +- de86391 support HTTP proxies via `HTTPS_PROXY` & `HTTP_PROXY` environment variables + +[🏷 `5.9.0`](https://github.com/public-transport/hafas-client/releases/tag/5.9.0), 2020-09-24 + ## `5.8.0` - 4d06057/82de740/c17bd5a add [*Rejseplanen* profile](../p/rejseplanen) diff --git a/package.json b/package.json index 2bd8d342..084d565f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.8.0", + "version": "5.9.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.8.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.9.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",