We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc2a47 commit 23629dfCopy full SHA for 23629df
CHANGELOG.md
@@ -1,4 +1,8 @@
1
## CHANGELOG
2
+v2.0.0 (2021-10-26)
3
+**Features and Improvements**
4
+* Faraday updated to version > 1.0
5
+* Optional parameters `max_retry` and `retry_statuses` to specify no. of retries on failed request and statuses to retry.
6
7
v1.3.10 (2021-06-28)
8
**Features and Improvements**
VERSION
@@ -1 +1 @@
-1.3.10
+2.0.0
lib/basecrm/version.rb
@@ -1,3 +1,3 @@
module BaseCRM
- VERSION = "1.3.10"
+ VERSION = "2.0.0"
end
0 commit comments