diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e3cbca..64b02cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 0.7.0
+
+### Added
+
+- new "attributes" option for inputs. The `attributes` attribute at input config level will get `v-bind`ed to the according input component and you can use it to pass custom props to your input components.
+
+### Internal
+
+- update dependencies
+
## 0.6.1
### Fixes
diff --git a/docs/Components/Inputs.md b/docs/Components/Inputs.md
index dc65818..71ad473 100644
--- a/docs/Components/Inputs.md
+++ b/docs/Components/Inputs.md
@@ -58,7 +58,7 @@ defaultOptions = [
#### Demo
-
+
## InputNumber
diff --git a/docs/Customize/5-Input.md b/docs/Customize/5-Input.md
index aa80de8..265405d 100644
--- a/docs/Customize/5-Input.md
+++ b/docs/Customize/5-Input.md
@@ -9,8 +9,33 @@ A custom input must implement the following interface:
| Prop | value | description |
| --------- | --------------- | ------------------------------------------------------------------------------------------- |
| `v-model` | | Read the [vue docs](https://vuejs.org/v2/guide/components.html#Using-v-model-on-Components) |
+| `label` | `String` | the label of the input |
| `options` | `Array