Skip to content

Commit a654b4e

Browse files
committed
v1.10.0
1 parent 800d35b commit a654b4e

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

CHANGELOG.md

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

77
### Added
88

9-
- Add support for automatic meeting details
10-
- Add support for Event notifications
11-
129
### Changed
1310

1411
### Deprecated
1512

1613
### Fixed
1714

18-
- Fix bug where updating an event resulted in an API error
19-
2015
### Removed
2116

2217
### Security
2318

19+
20+
## [1.10.0] - Released 2021-12-08
21+
22+
### Added
23+
24+
- Add support for automatic meeting details
25+
- Add support for Event notifications
26+
27+
### Fixed
28+
29+
- Fix bug where updating an event resulted in an API error
30+
2431
## [1.9.1] - Released 2021-09-22
2532

2633
### Fixed
@@ -164,7 +171,8 @@ fetching all via fetchAll method
164171

165172
Initial preview release
166173

167-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.9.1...HEAD
174+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.10.0...HEAD
175+
[1.10.0]: https://github.com/nylas/nylas-java/releases/tag/v1.10.0
168176
[1.9.1]: https://github.com/nylas/nylas-java/releases/tag/v1.9.1
169177
[1.9.0]: https://github.com/nylas/nylas-java/releases/tag/v1.9.0
170178
[1.8.0]: https://github.com/nylas/nylas-java/releases/tag/v1.8.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.9.1")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.10.0")
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.9.1</version>
27+
<version>1.10.0</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.10.0-SNAPSHOT
2+
version=1.10.0
33

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

0 commit comments

Comments
 (0)