From bd88792905f28e90126e4477a3d14f6808432613 Mon Sep 17 00:00:00 2001 From: "heyitsrobotagain[bot]" <265300013+heyitsrobotagain[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:17:08 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db5e75..f5e57c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.0](https://github.com/edlontech/quiver/compare/v0.1.3...v0.2.0) (2026-03-07) + + +### Features + +* 101 upgrade mechanism with transport handoff ([ed75115](https://github.com/edlontech/quiver/commit/ed751159e5bc206c750e77e0629b3abd33bda3fe)) +* proxy support with CONNECT tunneling ([8d3047d](https://github.com/edlontech/quiver/commit/8d3047d417a23e6538aae662833335fea932b35a)) +* request body streaming for HTTP/1.1 and HTTP/2 ([c7504fd](https://github.com/edlontech/quiver/commit/c7504fd535636b1e1efd7351d7624be3eafd2582)) + + +### Bug Fixes + +* RFC Compliance Improvement ([acceb1d](https://github.com/edlontech/quiver/commit/acceb1def5c2bf6faf90b859efc22faef7c945ef)) + ## [0.1.3](https://github.com/edlontech/quiver/compare/v0.1.2...v0.1.3) (2026-03-06) diff --git a/mix.exs b/mix.exs index 58fb698..b53acdb 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Quiver.MixProject do app: :quiver, description: description(), package: package(), - version: "0.1.3", + version: "0.2.0", elixir: "~> 1.19", elixirc_paths: elixirc_paths(Mix.env()), docs: docs(),