Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agoston authored Dec 8, 2020
1 parent 06d9aec commit 4a40645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Allows any field to be marked with `@Encrypted` for per-field encryption.
## Backwards compatibility

For spring-data 1 projects, please use the [spring-data-1](https://github.com/bolcom/spring-data-mongodb-encrypt/tree/spring-data-1) branch.
For spring-data 2 projects, please use the [spring-data-2](https://github.com/bolcom/spring-data-mongodb-encrypt/tree/spring-data-2) branch.

## For the impatient

Expand All @@ -30,7 +31,7 @@ Add dependency:
<dependency>
<groupId>com.bol</groupId>
<artifactId>spring-data-mongodb-encrypt</artifactId>
<version>2.5.1</version>
<version>2.6.0</version>
</dependency>
```

Expand Down

0 comments on commit 4a40645

Please sign in to comment.