Skip to content

Commit

Permalink
v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Jan 5, 2022
1 parent 80fb3b3 commit 30730fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
# Nylas Java SDK Changelog

## [Unreleased]

This section contains changes that have been committed but not yet released.
## [1.10.3] - Released 2022-01-05

### Added

- Added support for the `forced_password` Hosted Auth setting

### Changed

- Added missing `EMAIL` scope

### Deprecated

### Fixed

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

### Removed

### Security

## [1.10.2] - Released 2021-12-23

### Changed
Expand Down Expand Up @@ -192,7 +181,8 @@ fetching all via fetchAll method

Initial preview release

[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.10.2...HEAD
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.10.3...HEAD
[1.10.3]: https://github.com/nylas/nylas-java/releases/tag/v1.10.3
[1.10.2]: https://github.com/nylas/nylas-java/releases/tag/v1.10.2
[1.10.1]: https://github.com/nylas/nylas-java/releases/tag/v1.10.1
[1.10.0]: https://github.com/nylas/nylas-java/releases/tag/v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ If you have a question about the Nylas Communications Platform, please reach out

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

implementation("com.nylas.sdk:nylas-java-sdk:1.10.2")
implementation("com.nylas.sdk:nylas-java-sdk:1.10.3")

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

<dependency>
<groupId>com.nylas.sdk</groupId>
<artifactId>nylas-java-sdk</artifactId>
<version>1.10.2</version>
<version>1.10.3</version>
</dependency>

**Build from source**: To build from source, clone this repo and build the project with Gradle.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.nylas.sdk
version=1.11.0-SNAPSHOT
version=1.10.3

# Override and set these in ~/.gradle/gradle.properties
ossrhUser=
Expand Down

0 comments on commit 30730fa

Please sign in to comment.