From bb4eb2253f4235d6f72c2549f39d50bec179b3b1 Mon Sep 17 00:00:00 2001 From: "javier.juarez" Date: Thu, 9 Feb 2023 13:29:44 +0100 Subject: [PATCH] docs: Updates the project's Changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c3ec8..e892ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2023-02-09 +### Added +* Adds a new way to test the endpoints in parallel mode + +### Changed +* Reduces the model.Endpoint deleting the kind field + +### Removed + +### Fixed + + ## [0.2.0] - 2023-02-09 ### Added * Logging support using [logrus](https://github.com/sirupsen/logrus) @@ -45,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -[Unreleased]: https://github.com/jjuarez/simple-prober/compare/0.2.0...HEAD +[Unreleased]: https://github.com/jjuarez/simple-prober/compare/0.2.1...HEAD +[0.2.1]: https://github.com/jjuarez/simple-prober/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/jjuarez/simple-prober/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/jjuarez/simple-prober/compare/0.0.0...0.1.0 [0.0.0]: https://github.com/jjuarez/simple-prober/tree/0.0.0