From 7411a9e5238902cf342255598878ac507e582553 Mon Sep 17 00:00:00 2001 From: Sergey Kvachonok Date: Tue, 30 Apr 2024 23:36:46 +0300 Subject: [PATCH] chore(release): prepare for v0.2.2 Bump the crate version and update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c3c0a..0b481d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.2.2] - 2024-04-30 + +### Build configuration + +- Update dependencies and Cargo metadata +- Add `native-certs` feature flag + +### CI configuration + +- Test building with optional features enabled + +### Documentation + +- Document the new `native-certs` feature flag + +### Features + +- Add HTTP client `User-Agent` header + ## [0.2.1] - 2024-02-19 ### Build configuration