From 4a40645ee5681aeecc11eec8f212f09dc1093bef Mon Sep 17 00:00:00 2001 From: Agoston Horvath Date: Tue, 8 Dec 2020 12:15:12 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```