README.md in survey-gizmo-ruby-6.1.0 vs README.md in survey-gizmo-ruby-6.1.1

- old
+ new

@@ -8,10 +8,10 @@ ## Versions ### Major Changes in 6.x * **BREAKING CHANGE**: SurveyGizmo changed the authentication so you need to configure `api_token` and `api_token_secret` instead of user and password. -* **BREAKING CHANGE**: Pester has been removed as the retry source in favor of Faraday's `Request::Retry`. +* **BREAKING CHANGE**: Pester has been removed as the retry source in favor of `Retriable`. ### Major Changes in 5.x * **BREAKING CHANGE**: `.all` returns an `Enumerator`, not an `Array`. This will break your code if you are using the return value of `.all` without iterating over it. * **BREAKING CHANGE**: `SurveyCampaign` has been renamed `Campaign` to be in line with the other model names.