File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11twilio-java changelog
22=====================
33
4+ [ 2025-11-11] Version 11.0.3
5+ ---------------------------
6+ ** Twiml**
7+ - Add new noun ` <ConversationRelaySession> `
8+ - Add support for ` <Recording> ` noun under ` <Start> ` verb
9+
10+
411[ 2025-10-28] Version 11.0.2
512---------------------------
613** Ai**
Original file line number Diff line number Diff line change 55 <artifactId >twilio</artifactId >
66 <packaging >jar</packaging >
77 <name >twilio</name >
8- <version >11.0.2 </version >
8+ <version >11.0.3 </version >
99 <description >Twilio Java Helper Library</description >
1010 <url >https://www.twilio.com</url >
1111 <licenses >
Original file line number Diff line number Diff line change 2424 */
2525public class Twilio {
2626
27- public static final String VERSION = "11.0.2 " ;
27+ public static final String VERSION = "11.0.3 " ;
2828 public static final String JAVA_VERSION = System .getProperty ("java.version" );
2929 public static final String OS_NAME = System .getProperty ("os.name" );
3030 public static final String OS_ARCH = System .getProperty ("os.arch" );
You can’t perform that action at this time.
0 commit comments