Skip to content

Commit 62cffe1

Browse files
committed
v1.19.1
1 parent 1517942 commit 62cffe1

3 files changed

Lines changed: 4 additions & 14 deletions

File tree

CHANGELOG.md

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

3-
## [Unreleased]
4-
5-
This section contains changes that have been committed but not yet released.
6-
7-
### Added
3+
## [1.19.1] - Released 2023-01-18
84

95
### Changed
106

117
* Added missing setters for `FreeBusy`
128

13-
### Deprecated
14-
159
### Fixed
1610

1711
* Fixed typo in `Event.hide_participants`
1812

19-
### Removed
20-
21-
### Security
22-
2313
## [1.19.0] - Released 2022-11-18
2414

2515
### Added

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.0")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.19.1")
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.0</version>
27+
<version>1.19.1</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.19.1
33

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

0 commit comments

Comments
 (0)