CHANGELOG.md in sidekiq_portal-0.1.1 vs CHANGELOG.md in sidekiq_portal-0.2.0
- old
+ new
@@ -1,7 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.2.0] - 2020-01-04
+### Added
+- Sidekiq's job retry mechanism emulation;
+
## [0.1.1] - 2019-12-24
### Fixed
- Added missing `Sidekiq::Portal::UnsupportedCoreDependencyError` exception class;