Skip to content

Commit

Permalink
docs: Updates the project's Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
javier.juarez authored and javier.juarez committed Feb 9, 2023
1 parent 645dd82 commit bb4eb22
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

0 comments on commit bb4eb22

Please sign in to comment.