From eb0b9929acdbc131e0fa2fbb4f1651af0bd5b1c8 Mon Sep 17 00:00:00 2001 From: tekgator Date: Mon, 26 Dec 2022 01:16:14 +1000 Subject: [PATCH] Prepare for 1.2.0 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67633b5..a4a59fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [1.2.0] - 2022-12-25 +### Added +- Add UserAgent to HTTP client if not already set by the calling assembly +- Set default Accept Heager on HTTP client +- Add Model JarDetailsExt to include Type, Category and DownloadUrl +- Add ServerJarsExt class which returns the JarTypes as dictionary by default and the JarDetailsExt instead of JarDetails + +### Changed +- Changed dispose HTTP client flag in ServerJars constructor to be TRUE as a default +- Adjusted README to include description for ServerJarsExt + + ## [1.1.1] - 2022-12-06 ### Changed - Replace ToList with AsDictionary extension