Skip to content

Commit b995532

Browse files
committed
Release v2.13.1
1 parent 156adf4 commit b995532

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [2.13.1]
44

5-
### Added
6-
* `Skype for Consumer` as a conferencing provider to ConferencingProvider
7-
* `Skype for Business` as a conferencing provider to ConferencingProvider
5+
### Fixed
6+
* Added missing `Skype for Consumer` as a conferencing provider to ConferencingProvider
7+
* Added missing `Skype for Business` as a conferencing provider to ConferencingProvider
88

99
## [2.13.0]
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S
3030
If you're using Gradle, add the following to the dependencies section of `build.gradle`:
3131

3232
```groovy
33-
implementation("com.nylas.sdk:nylas:2.13.0")
33+
implementation("com.nylas.sdk:nylas:2.13.1")
3434
```
3535

3636
### Build from source
@@ -42,7 +42,7 @@ git clone https://github.com/nylas/nylas-java.git && cd nylas-java
4242
./gradlew build uberJar
4343
```
4444

45-
This creates a new jar file in `build/libs/nylas-java-sdk-2.13.0-uber.jar`.
45+
This creates a new jar file in `build/libs/nylas-java-sdk-2.13.1-uber.jar`.
4646

4747
See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/)
4848
or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information.

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=2.13.0
2+
version=2.13.1
33

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

0 commit comments

Comments
 (0)