diff --git a/CHANGELOG.md b/CHANGELOG.md
index 508c0314..3eea55e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,25 +1,53 @@
-## Changelog
-------------------------------------------------
+
+## CHANGELOG
+
+## Version 1.3.0
+ ### Date: Apr-12-2019
+ Change: Added support of below methods in SDK
+
+```
+ getContentTypes() in Stack class
+ fetch in ContentType class
+```
+
+Below two support from the Config class has been removed permanently
+- public void setSSL(boolean isSSL)setSSL()
+- public boolean isSSL()
+
+------------------------------------------------
+
+## Version 1.2.1
### Date: 14-Mar-2019
-#### v1.2.1 Bug Fixes and code clean up:
-------------------------------------------------
-### Date: 20-Feb-2019
-#### Maven integration
-#### Folder structure modified.
-------------------------------------------------
-### Date: 15-Dec-2017
-#### v1.2.0 New Features:
-- Entry- added method ‘addParam’
-- Query- added method 'addParam'
-- Asset- added method 'addParam'
-------------------------------------------------
-### Date: 10-Nov-2017
-#### v1.1.0 New Features:
-- Stack- added method 'ImageTransform'
-- Query- added method 'includeContentType'
-- QueryResult- added method 'contentType'
-------------------------------------------------
-#### API deprecation:
-- Query
-- Deprecated method 'includeSchema'
+- Note: Bug Fixes and code clean up:
+
+--------------------------------
+
+Date: 20-Feb-2019
+Maven integration
+Folder structure modified.
+
+------------------------------------------------
+## Version 1.2.0
+### Date: 15-Dec-2017
+- New Features:
+```
+Entry- added method ‘addParam’
+Query- added method 'addParam'
+Asset- added method 'addParam'
+ ```
+------------------------------------------------
+
+## Version 1.1.0
+### Date: 10-Nov-2017
+- New Features:
+```
+Stack- added method 'ImageTransform'
+Query- added method 'includeContentType'
+QueryResult- added method 'contentType'
+```
+------------------------------------------------
+
+#### API deprecation:
+- Query
+- Deprecated method 'includeSchema'
------------------------------------------------
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 332248dc..6e849e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.contentstack.sdk
java
- 1.2.1-SNAPSHOT
+ 1.3.0-SNAPSHOT
jar
contentstack-java
@@ -21,12 +21,21 @@
+
Shailesh Mishra
mshaileshr@gmail.com
Contentstack
https://www.contentstack.com/
+
+
+ Contentstacksdk
+ mobile@contentstack.com
+ Contentstack
+ https://www.contentstack.com/
+
+
@@ -34,7 +43,7 @@
https://github.com/contentstack/contentstack-java/tree/master
scm:git:git://github.com/contentstack/contentstack-java.git
scm:git:ssh://github.com:contentstack/contentstack-java.git
- v@{project.version}
+ v1.2.1
@@ -50,14 +59,17 @@
+
ossrh
https://oss.sonatype.org/content/repositories/snapshots
+
ossrh
https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
@@ -67,6 +79,7 @@
+
junit
junit
@@ -84,6 +97,7 @@
+
org.apache.maven.plugins
maven-source-plugin
@@ -97,6 +111,7 @@
+
org.apache.maven.plugins
maven-javadoc-plugin
@@ -159,6 +174,7 @@
deploy
+
diff --git a/profiles.xml b/profiles.xml
index 685bf7a2..919941a7 100644
--- a/profiles.xml
+++ b/profiles.xml
@@ -4,25 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
- 77b9c8fd28426a
-
-
- performRelease
- true
-
-
+
+
-
-
- ossrh
-
- true
-
-
- gpg2
- ***REMOVED***7dQWppvR6UY4
-
-
-
\ No newline at end of file