concurrent-limiter/CHANGELOG.md

20 lines
323 B
Markdown
Raw Normal View History

2020-05-16 10:17:40 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Telemetry events.
### Fixed
- Decrement counter when max retries has been reached.
2020-05-16 10:44:29 +00:00
## [0.1.0] - 2020-05-16
2020-05-16 10:17:40 +00:00
2020-05-16 10:44:29 +00:00
Initial release.