aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2017-11-08 17:21:11 +0100
committerVincent Prouillet2017-11-08 17:21:11 +0100
commit14a5b7a695de67f4bc2e38d5eeae2eea11fed743 (patch)
tree8ad38bf83aae41d4a50b5c21d9c740a8fb50d351 /README.md
parent9b175bc3ca7a2a65add0ec4a42a79b5c9f47314b (diff)
downloadvalidator-14a5b7a695de67f4bc2e38d5eeae2eea11fed743.tar.bz2
Update changelog and versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22ad2a1..c034c70 100644
--- a/README.md
+++ b/README.md
@@ -225,9 +225,13 @@ For example, the following attributes all work:
### validator
+#### 0.6.2 (2017/11/08)
+
+- Fix credit card validation being incorrect in enum
+
#### 0.6.1 (2017/11/08)
-- Add international phone number validation
+- Add international phone number and credit card validation
#### 0.6.0 (2017/08/12)
@@ -235,6 +239,10 @@ For example, the following attributes all work:
### validator_derive
+#### 0.6.1 (2017/11/08)
+
+- Add international phone number and credit card derive
+
#### 0.6.0 (2017/08/12)
- Change generated code to make the new design of errors work