From be9e57032f95fe8a2d8403ca792345770cdaa8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 20 Oct 2020 13:35:19 +0200 Subject: Document the same_site changes And explain that browsers may be more strict over TCP vs TLS. --- ebin/cowlib.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin/cowlib.app') diff --git a/ebin/cowlib.app b/ebin/cowlib.app index 822d11e..5f69423 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, 'cowlib', [ {description, "Support library for manipulating Web protocols."}, - {vsn, "2.9.1"}, + {vsn, "2.10.0"}, {modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']}, {registered, []}, {applications, [kernel,stdlib,crypto]}, -- cgit v1.2.3