diff --git a/README.md b/README.md index 7a1bd6f..751b59d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -30,7 +31,7 @@ Add dependency: com.bol spring-data-mongodb-encrypt - 2.5.1 + 2.6.0 ```