Skip to content

Commit 30730fa

Browse files
committed
v1.10.3
1 parent 80fb3b3 commit 30730fa

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
4-
5-
This section contains changes that have been committed but not yet released.
3+
## [1.10.3] - Released 2022-01-05
64

75
### Added
86

97
- Added support for the `forced_password` Hosted Auth setting
10-
11-
### Changed
12-
138
- Added missing `EMAIL` scope
149

15-
### Deprecated
16-
1710
### Fixed
1811

1912
- Fixed bug where saving an event without participants threw a `NullPointerException`
2013

21-
### Removed
22-
23-
### Security
24-
2514
## [1.10.2] - Released 2021-12-23
2615

2716
### Changed
@@ -192,7 +181,8 @@ fetching all via fetchAll method
192181

193182
Initial preview release
194183

195-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.10.2...HEAD
184+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.10.3...HEAD
185+
[1.10.3]: https://github.com/nylas/nylas-java/releases/tag/v1.10.3
196186
[1.10.2]: https://github.com/nylas/nylas-java/releases/tag/v1.10.2
197187
[1.10.1]: https://github.com/nylas/nylas-java/releases/tag/v1.10.1
198188
[1.10.0]: https://github.com/nylas/nylas-java/releases/tag/v1.10.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.10.2")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.10.3")
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.10.2</version>
27+
<version>1.10.3</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.11.0-SNAPSHOT
2+
version=1.10.3
33

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

0 commit comments

Comments
 (0)