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.
2 parents 0ca9d25 + 483c0c7 commit b2bf056Copy full SHA for b2bf056
HISTORY.md
@@ -1,5 +1,10 @@
1
# createsend-ruby history
2
3
+## v6.1.1 - 20 Aug 2024
4
+* Merged support for error code 429 (rate limiting on subscribers update)
5
+* Merged gemspec required ruby version to `>= 2.0`
6
+* Merged `hashie` dependency to `>= 3`, `< 6`
7
+
8
## v6.1.0 - 27 Oct 2023
9
* Added support for add/update subscribers specifying mobile_number and/or consent_to_send_sms (optional parameters)
10
* Subscriber.Add
lib/createsend/version.rb
@@ -1,3 +1,3 @@
module CreateSend
- VERSION = "6.1.0" unless defined?(CreateSend::VERSION)
+ VERSION = "6.1.1" unless defined?(CreateSend::VERSION)
end
0 commit comments