Skip to content

Commit 3011057

Browse files
committed
v1.10.1
1 parent a1cf008 commit 3011057

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
# Nylas Java SDK Changelog
22

3-
## [Unreleased]
4-
5-
This section contains changes that have been committed but not yet released.
6-
7-
### Added
8-
9-
### Changed
10-
11-
### Deprecated
12-
13-
### Fixed
14-
15-
### Removed
3+
## [1.10.1] - Released 2021-12-13
164

175
### Security
186

7+
- Address major `log4j` vulnerability, updated `log4j` to v2.15.0
198

209
## [1.10.0] - Released 2021-12-08
2110

@@ -171,7 +160,7 @@ fetching all via fetchAll method
171160

172161
Initial preview release
173162

174-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.10.0...HEAD
163+
[1.10.1]: https://github.com/nylas/nylas-java/releases/tag/v1.10.1
175164
[1.10.0]: https://github.com/nylas/nylas-java/releases/tag/v1.10.0
176165
[1.9.1]: https://github.com/nylas/nylas-java/releases/tag/v1.9.1
177166
[1.9.0]: https://github.com/nylas/nylas-java/releases/tag/v1.9.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.10.0")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.10.1")
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.10.0</version>
27+
<version>1.10.1</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.11.0-SNAPSHOT
2+
version=1.10.1
33

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

0 commit comments

Comments
 (0)