Skip to content

Commit

Permalink
v1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Jul 30, 2021
1 parent 48c8ad4 commit b86ba70
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ This section contains changes that have been committed but not yet released.

### Added

- Enabled support for Nylas API v2.2
- Add Event Metadata support
- Add support for new `RoomResource` fields
- Add missing getters for Event.Recurrence fields
- Add support for Neural API Sentiment Analysis, OCR, Signature Extraction, and Clean Conversations
- Add getters for Time.timezone, Timespan.start_timezone, Timespan.end_timezone

### Changed

### Deprecated
Expand All @@ -23,6 +16,17 @@ This section contains changes that have been committed but not yet released.

### Security

## [1.8.0] - Released 2021-07-30

### Added

- Enabled support for Nylas API v2.2
- Add Event Metadata support
- Add support for new `RoomResource` fields
- Add missing getters for Event.Recurrence fields
- Add support for Neural API Sentiment Analysis, OCR, Signature Extraction, and Clean Conversations
- Add getters for Time.timezone, Timespan.start_timezone, Timespan.end_timezone

## [1.7.0] - Released 2021-05-19

### Added
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ publishing {
organization = "Nylas"
organizationUrl = "https://www.nylas.com/"
}
developer {
id = "mrashed-dev"
name = "Mostafa Rashed"
organization = "Nylas"
organizationUrl = "https://www.nylas.com/"
}
}
scm {
url = "https://github.com/nylas/nylas-java"
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.8.0-SNAPSHOT
version=1.8.0

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

0 comments on commit b86ba70

Please sign in to comment.