-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaskingSessionAdded #275
MaskingSessionAdded #275
Conversation
CHANGELOG.md
Outdated
@@ -1,5 +1,9 @@ | |||
# Change Log | |||
|
|||
## [6.0.0](https://github.com/plivo/plivo-java/tree/v6.0.0) (2024-05-02) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm if the new version will be "5.41.0" or "6.0.0". As it a feature release, it should be "5.41.0"
README.md
Outdated
@@ -19,7 +19,7 @@ If you are using Maven, use the following XML to include the Plivo SDK as a depe | |||
<dependency> | |||
<groupId>com.plivo</groupId> | |||
<artifactId>plivo-java</artifactId> | |||
<version>5.40.0</version> | |||
<version>6.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirm version
pom.properties
Outdated
@@ -1,6 +1,6 @@ | |||
# Written manually. | |||
|
|||
version=5.40.0 | |||
version=6.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirm version
pom.xml
Outdated
@@ -4,7 +4,7 @@ | |||
<modelVersion>4.0.0</modelVersion> | |||
<groupId>com.plivo</groupId> | |||
<artifactId>plivo-java</artifactId> | |||
<version>5.40.0</version> | |||
<version>6.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirm version
No description provided.