Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Bash(wezterm cli *)",
"Skill(update-config)",
"WebFetch(domain:www.postman.com)",
"Bash(python3 -c ' *)"
"Bash(python3 -c ' *)",
"Bash(gh pr *)",
"Bash(gh issue *)",
"Bash(python3 -c ' *)",
Expand Down
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]
## [v2.16.0] - Release 2026-05-07

### Added
* `colorId` field on `Event`, `CreateEventRequest`, and `UpdateEventRequest` for Google Calendar event colors, mapped to the `color_id` JSON property.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ This repository is for contributors and anyone installing the SDK from source. I
Kotlin DSL (`build.gradle.kts`):

```kotlin
implementation("com.nylas.sdk:nylas:2.15.1")
implementation("com.nylas.sdk:nylas:2.16.0")
```

Groovy (`build.gradle`):

```groovy
implementation 'com.nylas.sdk:nylas:2.15.1'
implementation 'com.nylas.sdk:nylas:2.16.0'
```

### Maven
Expand All @@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.15.1'
<dependency>
<groupId>com.nylas.sdk</groupId>
<artifactId>nylas</artifactId>
<version>2.15.1</version>
<version>2.16.0</version>
</dependency>
```

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

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