Skip to content

Commit ff0b63a

Browse files
committed
Release v2.16.0
1 parent 09e66e6 commit ff0b63a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude/settings.local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Bash(wezterm cli *)",
1919
"Skill(update-config)",
2020
"WebFetch(domain:www.postman.com)",
21-
"Bash(python3 -c ' *)"
21+
"Bash(python3 -c ' *)",
2222
"Bash(gh pr *)",
2323
"Bash(gh issue *)",
2424
"Bash(python3 -c ' *)",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nylas Java SDK Changelog
22

3-
## [Unreleased]
3+
## [v2.16.0] - Release 2026-05-07
44

55
### Added
66
* `colorId` field on `Event`, `CreateEventRequest`, and `UpdateEventRequest` for Google Calendar event colors, mapped to the `color_id` JSON property.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This repository is for contributors and anyone installing the SDK from source. I
5050
Kotlin DSL (`build.gradle.kts`):
5151

5252
```kotlin
53-
implementation("com.nylas.sdk:nylas:2.15.1")
53+
implementation("com.nylas.sdk:nylas:2.16.0")
5454
```
5555

5656
Groovy (`build.gradle`):
5757

5858
```groovy
59-
implementation 'com.nylas.sdk:nylas:2.15.1'
59+
implementation 'com.nylas.sdk:nylas:2.16.0'
6060
```
6161

6262
### Maven
@@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.15.1'
6565
<dependency>
6666
<groupId>com.nylas.sdk</groupId>
6767
<artifactId>nylas</artifactId>
68-
<version>2.15.1</version>
68+
<version>2.16.0</version>
6969
</dependency>
7070
```
7171

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.15.1
2+
version=2.16.0
33

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

0 commit comments

Comments
 (0)