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

Update README.md #156

Merged
merged 1 commit into from
Mar 22, 2024
Merged
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Also, if you have information on how to solve existing issues but don't want to
All contributions are welcome, we do not expect you to commit code if you do not want to.

## Project Status
The first version (versions `1.x.x`) of the project is stable and working against all current insurance endpoints. There is an update scheduled for the insurance endpoints on 10/1-2023. The plan is to support this in the next major version of this library, `2.x.x`. While we are working on this, we will release beta versions under `2.0.0-beta.x`. It will be moved to a stable version once it is working against all endpoints. Contributions are welcome!

Currently, the client is stable and working against all insurance endpoints!

## Get Started

Expand All @@ -42,7 +43,7 @@ Import it using Maven in your `pom.xml`:
<dependency>
<groupId>com.alextherapeutics</groupId>
<artifactId>diga-api-client</artifactId>
<version>1.2.6</version>
<version>2.1.0</version>
</dependency>
```
It is also uploaded to Github packages if you wish to use that
Expand Down
Loading