From 657ddd74eb239a82156d5512741c4221fdccf7e9 Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Tue, 6 Sep 2022 00:14:31 +0200 Subject: [PATCH] Bump version to 1.6.0 --- CHANGELOG.md | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c582a4..2b171b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [?] - ? +## [1.6.0] - 2022-09-06 ### Fixed - Handle all exceptions in API response handlers. (may fix #30) - Do not retry API requests endlessly on certain errors. diff --git a/eng/Versions.props b/eng/Versions.props index baf177d..7d58bcd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -5,7 +5,7 @@ - 1.5.0 + 1.6.0 VersionPrefixMissing