CHANGELOG.md in activity_notification-1.7.1 vs CHANGELOG.md in activity_notification-2.0.0
- old
+ new
@@ -1,6 +1,26 @@
-## 1.7.0 / 2019-04-30
+## 2.0.0 / 2019-08-09
+[Full Changelog](http://github.com/simukappu/activity_notification/compare/v1.7.1...v2.0.0)
+
+Enhancements:
+
+* Add push notification with Action Cable - [#101](https://github.com/simukappu/activity_notification/issues/101)
+* Allow use with Rails 6.0 - [#102](https://github.com/simukappu/activity_notification/issues/102)
+* Add Amazon DynamoDB support using Dynamoid
+* Add *ActivityNotification.config.store_with_associated_records* option
+* Add test case using Mongoid orm with ActiveRecord application
+* Publish demo application on Heroku
+
+Bug Fixes:
+
+* Fix syntax error of a default view *_default_without_grouping.html.erb*
+
+Deprecated:
+
+* Remove deprecated *ActivityNotification.config.table_name* option
+
+## 1.7.1 / 2019-04-30
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v1.7.0...v1.7.1)
Enhancements:
* Use after_commit for tracked callbacks instead of after_create and after_update - [#99](https://github.com/simukappu/activity_notification/issues/99)
@@ -182,10 +202,10 @@
* Fix unserializable error in *Target#send_batch_unopened_notification_email* since unnecessary options are passed to mailer
Breaking Changes:
-* Remove *notifiable_type* from the argument of overriden method or configured lambda function with *:batch_email_allowed* option in *acts_as_target* role
+* Remove *notifiable_type* from the argument of overridden method or configured lambda function with *:batch_email_allowed* option in *acts_as_target* role
## 1.0.2 / 2016-11-14
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v1.0.1...v1.0.2)
Bug Fixes: