Skip to content

Commit 0b3288c

Browse files
committed
v1.20.0 Release
1 parent 4dcd66e commit 0b3288c

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
# Nylas Java SDK Changelog
22

3-
## [Unreleased]
4-
5-
This section contains changes that have been committed but not yet released.
3+
## [1.20.0] - Released 2023-02-06
64

75
### Added
86

97
* Added local webhook testing support
108
* Added new enums for `Webhook.Triggers` and `Webhook.State`
119

12-
### Changed
13-
14-
### Deprecated
15-
16-
### Fixed
17-
18-
### Removed
19-
20-
### Security
21-
2210
## [1.19.2] - Released 2023-01-24
2311

2412
### Fixed
@@ -361,6 +349,7 @@ This second release aims toward API stability so that we can get to v1.0.0.
361349
Initial preview release
362350

363351
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.19.2...HEAD
352+
[1.20.0]: https://github.com/nylas/nylas-java/releases/tag/v1.20.0
364353
[1.19.2]: https://github.com/nylas/nylas-java/releases/tag/v1.19.2
365354
[1.19.1]: https://github.com/nylas/nylas-java/releases/tag/v1.19.1
366355
[1.19.0]: https://github.com/nylas/nylas-java/releases/tag/v1.19.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.2")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.20.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.19.2</version>
27+
<version>1.20.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.20.0-SNAPSHOT
2+
version=1.20.0
33

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

0 commit comments

Comments
 (0)