Skip to content

Commit b42712b

Browse files
authored
v2.4.1 Release (#243)
# Changelog * Added missing `masterEventId` field in `Event` model * Added missing `EWS` provider in `Provider` enum * Fixed issue where the revoke OAuth token function was not working correctly # 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.
1 parent 8781de6 commit b42712b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Nylas Java SDK Changelog
22

3+
### [2.4.1] - Released 2024-07-26
4+
5+
### Changed
6+
* Added missing `masterEventId` field in `Event` model
7+
* Added missing `EWS` provider in `Provider` enum
8+
* Fixed issue where the revoke OAuth token function was not working correctly
9+
310
### [2.4.0] - Released 2024-06-28
411

512
### Added
@@ -468,7 +475,8 @@ This second release aims toward API stability so that we can get to v1.0.0.
468475

469476
Initial preview release
470477

471-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.4.0...HEAD
478+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.4.1...HEAD
479+
[2.4.1]: https://github.com/nylas/nylas-java/releases/tag/v2.4.1
472480
[2.4.0]: https://github.com/nylas/nylas-java/releases/tag/v2.4.0
473481
[2.3.2]: https://github.com/nylas/nylas-java/releases/tag/v2.3.2
474482
[2.3.1]: https://github.com/nylas/nylas-java/releases/tag/v2.3.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S
3030
If you're using Gradle, add the following to the dependencies section of `build.gradle`:
3131

3232
```groovy
33-
implementation("com.nylas.sdk:nylas:2.4.0")
33+
implementation("com.nylas.sdk:nylas:2.4.1")
3434
```
3535

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

45-
This creates a new jar file in `build/libs/nylas-java-sdk-2.4.0-uber.jar`.
45+
This creates a new jar file in `build/libs/nylas-java-sdk-2.4.1-uber.jar`.
4646

4747
See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/)
4848
or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.nylas.sdk
2-
version=2.4.0
2+
version=2.4.1
33

44
# Override and set these in ~/.gradle/gradle.properties
55
ossrhUser=

0 commit comments

Comments
 (0)