bumped to 0.11.2

This commit is contained in:
HoneyryderChuck 2021-02-12 11:15:19 +00:00
parent a128f42c5c
commit 46862068b2
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.11.2
## Bugfixes
The `:cookies` plugin wasn't able to parse `Expires` values, as it was using `Time.httpdate` to parse timestamps, which is RFC 2616-compliant, whereas cookies datetime values need to be RFC 6265-compliant.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.11.1"
VERSION = "0.11.2"
end

View File

@ -1,4 +1,7 @@
-
-
name: "0.11.2"
path: "0_11_2_md.html"
-
name: "0.11.1"
path: "0_11_1_md.html"