diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 39bec9d..b932dc4 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -1,3 +1,11 @@
+# 1.2.0
+
+- add onValidated - fired once after validation occurs.
+
+- now using useEffect for event firing.
+
+^-- this change should result in less calls to `onError` `onValidated`, `onInvalid` and `onValid`
+
# 1.1.0
- why are badges so difficult to get right? fixing it for real this time
diff --git a/examples/index.html b/examples/index.html
index 86489c4..6bd426f 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -5,11 +5,11 @@
href="https://unpkg.com/bootstrap@4.3.1/dist/css/bootstrap.min.css"
/>
-
+
-
+