Skip to content

Commit 0e1370e

Browse files
author
Kevin Burke
committed
prepare for 3.11.5 release
1 parent 74c9282 commit 0e1370e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

AUTHORS.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,25 @@ A huge thanks to all of our contributors:
77
- Adam Ballai
88
- Alexander Murmann & Ryan Spore
99
- Andrew Benton
10+
- Brian Levine
1011
- Caley Woods
1112
- Carlos Diaz-Padron
1213
- Connor Montgomery
1314
- Doug Black
15+
- Elaine Tsai
1416
- Fiona Tay & Will Read
1517
- Geoff Petrie
18+
- Guille Carlos
1619
- Josh Hull
1720
- Joël Franusic
1821
- K Gautam Pai
1922
- Kevin Burke
2023
- Kyle Conroy
24+
- Oscar
2125
- Oscar Sanchez
2226
- Rafael Chacon
2327
- Ryan Spore
28+
- Sam Kimbrel
29+
- Torey Heinz
30+
- Vipul A M
2431
- vfrride

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
twilio-ruby changelog
22
=====================
33

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+
412
Version 3.11.4
513

614
Released October 21, 2013

lib/twilio-ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Twilio
2-
VERSION = '3.11.4'
2+
VERSION = '3.11.5'
33
end

0 commit comments

Comments
 (0)