Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating README version numbers #350

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Plaid-java is available at [Maven Central](https://search.maven.org/#search%7Cga
<dependency>
<groupId>com.plaid</groupId>
<artifactId>plaid-java</artifactId>
<version>9.0.0</version>
<version>11.4.0</version>
</dependency>
```

Expand All @@ -30,12 +30,12 @@ Each major version of `plaid-java` targets a specific version of the Plaid API:

| API version | plaid-java release |
| --------------------------------------------------- | --------------------- |
| [`2020-09-14`][api-version-2020-09-14] (**latest**) | `8.x.x`, `9.x.x` |
| [`2020-09-14`][api-version-2020-09-14] (**latest**) | `8.x.x`, `9.x.x`, `10.x.x`, `11.x.x` |
| [`2019-05-29`][api-version-2019-05-29] | `7.x.x` |
| [`2018-05-22`][api-version-2018-05-22] | `4.x.x` (and `3.x.x`) |
| `2017-03-08` | `2.x.x` |

For information about what has changed between versions and how to update your integration, head to the [version changelog][version-changelog].
For information about how the API has changed between versions and how to update your integration, head to the [version changelog][version-changelog].

The plaid-java client library is typically updated on a monthly basis. The canonical source for the latest version number is the [client library changelog](https://github.com/plaid/plaid-java/blob/master/CHANGELOG.md).

Expand Down