Skip to content

Commit

Permalink
v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Jan 29, 2024
1 parent dc73f71 commit ee3931b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
18 changes: 4 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
# Nylas Java SDK Changelog

## [Unreleased]

This section contains changes that have been committed but not yet released.
## [1.22.0] - Released 2024-01-29

### Added

* Added support for querying events using customer event ID
* Added support for overriding the Event ID when updating, for recurring events
* Added support for `reply_to_message_id` field in `Message`

### Changed

### Deprecated

### Fixed

### Removed

### Security

## [1.21.0] - Released 2023-02-14

### Added
Expand Down Expand Up @@ -390,7 +379,8 @@ This second release aims toward API stability so that we can get to v1.0.0.

Initial preview release

[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.21.0...HEAD
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.22.0...HEAD
[1.22.0]: https://github.com/nylas/nylas-java/releases/tag/v1.22.0
[1.21.0]: https://github.com/nylas/nylas-java/releases/tag/v1.21.0
[1.20.1]: https://github.com/nylas/nylas-java/releases/tag/v1.20.1
[1.20.0]: https://github.com/nylas/nylas-java/releases/tag/v1.20.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.21.0")
implementation("com.nylas.sdk:nylas-java-sdk:1.22.0")

**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.21.0</version>
<version>1.22.0</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.22.0-SNAPSHOT
version=1.22.0

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

0 comments on commit ee3931b

Please sign in to comment.