CHANGELOG.md in sidekiq_publisher-0.1.0 vs CHANGELOG.md in sidekiq_publisher-0.2.0
- old
+ new
@@ -1,4 +1,13 @@
# sidekiq_publisher
+## v0.2.0
+- Add caching for job class constant lookup.
+- Add metrics for the number of jobs published and purged.
+- Add ActiveSupport as a runtime dependency.
+
+## v0.1.1
+- Publish Sidekiq jobs with the `created_at` value from when the job was inserted
+ into the table.
+
## v0.1.0
- Initial version