From bf64c2a2f517eca9ec019abba83b175896897ed6 Mon Sep 17 00:00:00 2001 From: Banst Date: Thu, 5 Sep 2024 17:47:11 +0200 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857eee6..81d9816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.0](https://github.com/b4nst/icmperf/compare/v1.0.2...v1.1.0) (2024-09-05) + + +### Features + +* add mad filter ([a44f916](https://github.com/b4nst/icmperf/commit/a44f91673c7faf016476aa2ac4d83d16b4226953)) +* add session ([4341eab](https://github.com/b4nst/icmperf/commit/4341eab23d1805d2e1c830f5d8469dcc64980b0c)) +* count response size ([ef11c05](https://github.com/b4nst/icmperf/commit/ef11c057a1cbb8b8edd9e29ab5c1ba8fbe0d7561)) +* refactor recorder package ([9cdd5be](https://github.com/b4nst/icmperf/commit/9cdd5be8f6f253d66507d3551cc7c327569a94ae)) +* refactor runner ([57394dc](https://github.com/b4nst/icmperf/commit/57394dc2d706b1074b42b2bb10b7119c48353ad2)) +* update model ([942a629](https://github.com/b4nst/icmperf/commit/942a629eea4a83fd25b9f0fd9d6ae767bb4814fe)) + + +### Bug Fixes + +* stop iqr filtering on empty list ([7bf815a](https://github.com/b4nst/icmperf/commit/7bf815af34492506f911c856f31af43971368be4)) + ## [1.0.2](https://github.com/b4nst/icmperf/compare/v1.0.1...v1.0.2) (2024-09-01)