Skip to content

Commit

Permalink
chore: enabling branch for 10.0.0-rc.1 release (#751)
Browse files Browse the repository at this point in the history
* chore: enabling branch for 10.0.0-rc.1 release
  • Loading branch information
sbansla authored Jun 27, 2023
1 parent 954954f commit 5307f9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
twilio-java changelog
=====================

[2023-06-28] Version 10.0.0-rc.0
--------------------------------
- Release Candidate prep

[2023-06-15] Version 9.7.0
--------------------------
**Api**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Use the following dependency in your project to grab via Maven:
<dependency>
<groupId>com.twilio.sdk</groupId>
<artifactId>twilio</artifactId>
<version>9.X.X</version>
<version>10.X.X-rc.x</version>
<scope>compile</scope>
</dependency>
```

or Gradle:

```groovy
implementation "com.twilio.sdk:twilio:9.X.X"
implementation "com.twilio.sdk:twilio:10.X.X-rc.x"
```

If you want to compile it yourself, here's how:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>twilio</artifactId>
<packaging>jar</packaging>
<name>twilio</name>
<version>9.7.0</version>
<version>10.0.0-rc</version>
<description>Twilio Java Helper Library</description>
<url>https://www.twilio.com</url>
<licenses>
Expand Down

0 comments on commit 5307f9a

Please sign in to comment.