From 7929a986d5291ef430d904e2bc2f5db7b62718f8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 23 Jun 2022 12:54:43 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 6 ++++++ license.md | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d1b784c45..0ae5af7d0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `5.24.1` + +- 492cb7df KVB: provide CA certificate chain via `Agent` 🐛 + +[🏷 `5.24.1`](https://github.com/public-transport/hafas-client/releases/tag/5.24.1), 2022-06-23 + ## `5.24.0` - 2edcd49e `serverInfo()`: add `opt.versionInfo` 📝✅ diff --git a/license.md b/license.md index d3f53788f..3c8a62702 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2020, Jannis R +Copyright (c) 2022, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index 1e5e8e447..9c96181cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.24.0", + "version": "5.24.1", "main": "index.js", "files": [ "index.js", @@ -25,7 +25,7 @@ "Benoit Deldicque (https://github.com/bddq)", "roehrt" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.24.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.24.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {