File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,25 @@ A huge thanks to all of our contributors:
7
7
- Adam Ballai
8
8
- Alexander Murmann & Ryan Spore
9
9
- Andrew Benton
10
+ - Brian Levine
10
11
- Caley Woods
11
12
- Carlos Diaz-Padron
12
13
- Connor Montgomery
13
14
- Doug Black
15
+ - Elaine Tsai
14
16
- Fiona Tay & Will Read
15
17
- Geoff Petrie
18
+ - Guille Carlos
16
19
- Josh Hull
17
20
- Joël Franusic
18
21
- K Gautam Pai
19
22
- Kevin Burke
20
23
- Kyle Conroy
24
+ - Oscar
21
25
- Oscar Sanchez
22
26
- Rafael Chacon
23
27
- Ryan Spore
28
+ - Sam Kimbrel
29
+ - Torey Heinz
30
+ - Vipul A M
24
31
- vfrride
Original file line number Diff line number Diff line change 1
1
twilio-ruby changelog
2
2
=====================
3
3
4
+ Version 3.11.5
5
+
6
+ Released February 4
7
+
8
+ - Add bangs for twilify to indicate it's a dangerous operation.
9
+ - Remove reference to deprecated OpenSSL Digest parameter.
10
+ - Encode dates properly before passing them to the Twilio API.
11
+
4
12
Version 3.11.4
5
13
6
14
Released October 21, 2013
Original file line number Diff line number Diff line change 1
1
module Twilio
2
- VERSION = '3.11.4 '
2
+ VERSION = '3.11.5 '
3
3
end
You can’t perform that action at this time.
0 commit comments