Skip to content

Commit

Permalink
V2.5.1 (#253)
Browse files Browse the repository at this point in the history
# Changelog
- Fixed response type for returning list of scheduled messages.

# License
<!-- Your PR comment must contain the following line for us to merge the
PR. -->
I confirm that this contribution is made under the terms of the MIT
license and that I have the authority necessary to make this
contribution on behalf of its copyright owner.

---------

Co-authored-by: Subash Pradhan <[email protected]>
  • Loading branch information
SubashPradhan and Subash Pradhan authored Nov 12, 2024
1 parent 9959f40 commit 2dd721f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nylas Java SDK Changelog

### Unreleased
### [2.5.1] - Released 2024-11-12
* Fixed response type for returning list of scheduled messages

### [2.5.0] - Released 2024-09-25
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S
If you're using Gradle, add the following to the dependencies section of `build.gradle`:

```groovy
implementation("com.nylas.sdk:nylas:2.5.0")
implementation("com.nylas.sdk:nylas:2.5.1")
```

### Build from source
Expand All @@ -42,7 +42,7 @@ git clone https://github.com/nylas/nylas-java.git && cd nylas-java
./gradlew build uberJar
```

This creates a new jar file in `build/libs/nylas-java-sdk-2.5.0-uber.jar`.
This creates a new jar file in `build/libs/nylas-java-sdk-2.5.1-uber.jar`.

See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/)
or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.nylas.sdk
version=2.5.0
version=2.5.1

# Override and set these in ~/.gradle/gradle.properties
ossrhUser=
Expand Down

0 comments on commit 2dd721f

Please sign in to comment.