Skip to content

Commit c959750

Browse files
authored
v1.17.0 Release (#91)
New Nylas Java SDK v1.17.0 release
1 parent 68eb2dd commit c959750

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,26 @@ This section contains changes that have been committed but not yet released.
66

77
### Added
88

9-
* Add support for getting a single expanded message and thread
10-
119
### Changed
1210

1311
### Deprecated
1412

1513
### Fixed
1614

17-
* Fixed issue where `Event` participants could never be entirely removed once set
18-
1915
### Removed
2016

2117
### Security
2218

19+
## [1.17.0] - Released 2022-09-22
20+
21+
### Added
22+
23+
* Add support for getting a single expanded message and thread
24+
25+
### Fixed
26+
27+
* Fixed issue where `Event` participants could never be entirely removed once set
28+
2329
## [1.16.0] - Released 2022-07-29
2430

2531
### Added
@@ -299,7 +305,8 @@ This second release aims toward API stability so that we can get to v1.0.0.
299305

300306
Initial preview release
301307

302-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.16.0...HEAD
308+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.17.0...HEAD
309+
[1.17.0]: https://github.com/nylas/nylas-java/releases/tag/v1.17.0
303310
[1.16.0]: https://github.com/nylas/nylas-java/releases/tag/v1.16.0
304311
[1.15.0]: https://github.com/nylas/nylas-java/releases/tag/v1.15.0
305312
[1.14.0]: https://github.com/nylas/nylas-java/releases/tag/v1.14.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.16.0")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.17.0")
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.16.0</version>
27+
<version>1.17.0</version>
2828
</dependency>
2929

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

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=1.17.0-SNAPSHOT
2+
version=1.18.0-SNAPSHOT
33

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

0 commit comments

Comments
 (0)