From fd299f5b795903de5f91c83634f492987f6a732d Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Mon, 8 Aug 2016 10:30:05 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 48ebdbb..c7da488 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Package validator Package validator implements value validations for structs and individual fields based on tags. +### Announcement +Validator [v9.0.0 RC1](https://github.com/go-playground/validator/releases/tag/v9.0.0RC1) has been released, please let me know what you think [here](https://github.com/go-playground/validator/issues/250) + It has the following **unique** features: - Cross Field and Cross Struct validations by using validation tags or custom validators.