CHANGELOG.md in propono-1.7.0 vs CHANGELOG.md in propono-2.0.0.rc1
- old
+ new
@@ -1,4 +1,13 @@
+# 2.0.0 / 2017-03-14
+* [FEATURE] Remove UDP and TCP support
+* [FEATURE] Change default publish behaviour from async to sync
+* [FEATURE] Propono.subscripe_by_post has been removed
+* [FEATURE] Propono.subscripe_by_queue has been renamed to subscribe
+* [FEATURE] Change to Propono::Client interface
+* [FEATURE] Switch fog out for aws gems
+* [FEATURE] Use long polling
+
# 1.7.0 / 2017-01-17
* [FEATURE] Added num_messages_per_poll config option to allow you to change how many messages you pull from AWS per poll cycle.
# 1.6.0 / 2015-06-05
* [FEATURE] Require fog-aws gem instead of fog (:blue_heart: @mhuggins)