From 1ffeac7c341292c796577c5061dabf1c2def3e03 Mon Sep 17 00:00:00 2001 From: cornelk Date: Fri, 21 Jun 2024 17:39:44 -0600 Subject: [PATCH] update changelog for v0.2.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd92de..75cc56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,35 @@ All notable changes to this project will be documented in this file. +## [v0.2.0] - 2024-06-21 + +Added: + +* add cookie loading and storing support +* add header parameter support +* add user agent parameter support +* support serving directory in local webserver + +Changed: + +* improved error messages +* reduced dependencies and binary size + +Fixed: + +* fix asset downloading +* fix downloading of binary files +* fix logger output +* fix logger verbose flag usage +* fix stopping of program using ctrl+c + ## [v0.1.1] - 2023-02-11 Added: -* proxy configuration support -* http request timeout configuration support * binaries for releases +* http request timeout configuration support +* proxy configuration support Fixed: