Skip to content

Commit 48f8b08

Browse files
committed
v1.13.0
1 parent cd54c5d commit 48f8b08

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
4-
5-
This section contains changes that have been committed but not yet released.
3+
## [1.13.0] - Released 2022-03-31
64

75
### Added
86

@@ -14,16 +12,10 @@ This section contains changes that have been committed but not yet released.
1412

1513
- Bump supported API version to v2.5
1614

17-
### Deprecated
18-
1915
### Fixed
2016

2117
- Fixed incorrect property name for `Event.Notification.minutes_before_event`
2218

23-
### Removed
24-
25-
### Security
26-
2719
## [1.12.0] - Released 2022-03-08
2820

2921
### Added
@@ -249,7 +241,7 @@ This second release aims toward API stability so that we can get to v1.0.0.
249241

250242
Initial preview release
251243

252-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.12.0...HEAD
244+
[1.13.0]: https://github.com/nylas/nylas-java/releases/tag/v1.13.0
253245
[1.12.0]: https://github.com/nylas/nylas-java/releases/tag/v1.12.0
254246
[1.11.2]: https://github.com/nylas/nylas-java/releases/tag/v1.11.2
255247
[1.11.1]: https://github.com/nylas/nylas-java/releases/tag/v1.11.1

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.12.0")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.13.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.12.0</version>
27+
<version>1.13.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.13.0-SNAPSHOT
2+
version=1.13.0
33

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

0 commit comments

Comments
 (0)