From 2f3bf4e4b96ae644c0eb255448b83a3b305b111a Mon Sep 17 00:00:00 2001 From: devanych Date: Fri, 28 Aug 2020 19:34:20 +0300 Subject: [PATCH] Release version 1.0.3 --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55c070..4223f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,33 @@ # HTTP Message Change Log +## 1.0.3 - 2020.08.28 + +### Added + +- Adds files to `.github` folder (ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE.md, CODE_OF_CONDUCT.md, SECURITY.md). + +### Changed + +- Moves static analysis and checking of the code standard to an independent github action. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 1.0.2 - 2020.08.26 ### Added -- added support OS Windows to build github action. -- [#3](https://github.com/httpsoft/http-message/pull/3) added `infection/infection` package as dev dependency and mutation action to github workflows for perform mutation testing. +- Adds support OS Windows to build github action. +- [#3](https://github.com/httpsoft/http-message/pull/3) adds `infection/infection` package as dev dependency and mutation action to github workflows for perform mutation testing. ### Changed