Skip to content

Commit 6bb9f6c

Browse files
authored
v1.19.2 Release (#144)
New Nylas Java SDK v1.19.2 release
1 parent fa1e5ec commit 6bb9f6c

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ This section contains changes that have been committed but not yet released.
1212

1313
### Fixed
1414

15-
* Fix `Event.hide_participants` not serializing
16-
* Fix `Event.visibility` not serializing
17-
* Fix `FreeBusy` not having a `calendar_id` field
18-
1915
### Removed
2016

2117
### Security
2218

19+
## [1.19.2] - Released 2023-01-24
20+
21+
### Fixed
22+
23+
* Fix `Event.hide_participants` not serializing
24+
* Fix `Event.visibility` not serializing
25+
* Fix `FreeBusy` not having a `calendar_id` field
26+
2327
## [1.19.1] - Released 2023-01-18
2428

2529
### Changed
@@ -353,7 +357,8 @@ This second release aims toward API stability so that we can get to v1.0.0.
353357

354358
Initial preview release
355359

356-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.19.1...HEAD
360+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.19.2...HEAD
361+
[1.19.2]: https://github.com/nylas/nylas-java/releases/tag/v1.19.2
357362
[1.19.1]: https://github.com/nylas/nylas-java/releases/tag/v1.19.1
358363
[1.19.0]: https://github.com/nylas/nylas-java/releases/tag/v1.19.0
359364
[1.18.0]: https://github.com/nylas/nylas-java/releases/tag/v1.18.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ If you have a question about the Nylas Communications Platform, please reach out
1717

1818
**Setup via Gradle**: If you're using Gradle, add the following to your dependencies section of build.gradle:
1919

20-
implementation("com.nylas.sdk:nylas-java-sdk:1.19.1")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.19.2")
2121

2222
**Setup via Maven**: For projects using Maven, add the following to your POM file:
2323

2424
<dependency>
2525
<groupId>com.nylas.sdk</groupId>
2626
<artifactId>nylas-java-sdk</artifactId>
27-
<version>1.19.1</version>
27+
<version>1.19.2</version>
2828
</dependency>
2929

3030
**Build from source**: To build from source, clone this repo and build the project with Gradle.

0 commit comments

Comments
 (0)