From 4e47521b789a0fcbdcbf2f1a10ad66693094747e Mon Sep 17 00:00:00 2001 From: nicornk Date: Fri, 13 Sep 2024 21:41:40 +0200 Subject: [PATCH] feat: release v2.1.6 --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 993f732..dc36237 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [2.1.6] - 2024-09-13 +## Added: + - Retry request 3 times on ConnectionError +## Fixed + - quote repository name in git clone url + - fix printing of Datasets instantiated by ctx.get_resource(rid) + ## [2.1.5] - 2024-08-30 ## Fixed - properly pass scopes to multipass endpoint in client_credentials flow