diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5a3b4..e84589c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "hurl" extension will be documented in this file. +## [1.2.0] + +Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*") + ## [1.1.2] New line handling fixes. diff --git a/README.md b/README.md index d496037..97e7d8a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Hurl command requires [Hurl](https://hurl.dev) to be installed on your path. ## Release Notes +## 1.2.0 + +Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*") + ### 1.1.2 New line handling fixes.