Skip to content

Commit b86ba70

Browse files
committed
v1.8.0 release
1 parent 48c8ad4 commit b86ba70

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ This section contains changes that have been committed but not yet released.
66

77
### Added
88

9-
- Enabled support for Nylas API v2.2
10-
- Add Event Metadata support
11-
- Add support for new `RoomResource` fields
12-
- Add missing getters for Event.Recurrence fields
13-
- Add support for Neural API Sentiment Analysis, OCR, Signature Extraction, and Clean Conversations
14-
- Add getters for Time.timezone, Timespan.start_timezone, Timespan.end_timezone
15-
169
### Changed
1710

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

2417
### Security
2518

19+
## [1.8.0] - Released 2021-07-30
20+
21+
### Added
22+
23+
- Enabled support for Nylas API v2.2
24+
- Add Event Metadata support
25+
- Add support for new `RoomResource` fields
26+
- Add missing getters for Event.Recurrence fields
27+
- Add support for Neural API Sentiment Analysis, OCR, Signature Extraction, and Clean Conversations
28+
- Add getters for Time.timezone, Timespan.start_timezone, Timespan.end_timezone
29+
2630
## [1.7.0] - Released 2021-05-19
2731

2832
### Added

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ publishing {
150150
organization = "Nylas"
151151
organizationUrl = "https://www.nylas.com/"
152152
}
153+
developer {
154+
id = "mrashed-dev"
155+
name = "Mostafa Rashed"
156+
organization = "Nylas"
157+
organizationUrl = "https://www.nylas.com/"
158+
}
153159
}
154160
scm {
155161
url = "https://github.com/nylas/nylas-java"

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.8.0-SNAPSHOT
2+
version=1.8.0
33

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

0 commit comments

Comments
 (0)