diff --git a/pom.xml b/pom.xml
index 15d7c3e..48a0df3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.github.cmdotcom
text-sdk-java
- 1.2-SNAPSHOT
+ 1.3-SNAPSHOT
diff --git a/src/main/java/com/cmtelecom/text/sdk/models/Channel.java b/src/main/java/com/cmtelecom/text/sdk/models/Channel.java
index 0158b94..104e2a2 100644
--- a/src/main/java/com/cmtelecom/text/sdk/models/Channel.java
+++ b/src/main/java/com/cmtelecom/text/sdk/models/Channel.java
@@ -97,5 +97,13 @@ public enum Channel {
/// Note that CM needs to configure this for you to work.
///
@SerializedName("Google Business Messages")
- GoogleBusinessMessages
+ GoogleBusinessMessages,
+
+ ///
+ /// Messages will be sent over Instagram.
+ ///
+ ///
+ /// Note that CM needs to configure this for you to work.
+ ///
+ Instagram
}
\ No newline at end of file