diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bf13fc..0388b95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Version 17
+#### 17.7.0
+
+- Added the new option `restore_on_error` to restore original attributes on error.
+
#### 17.6.1
- Removed nasty "debugger" from code (sorry about that rookie mistake!)
diff --git a/README.md b/README.md
index ca4b174..c906127 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ Please note that the video poster can be lazily loaded too.
## 👩💻 Getting started - Script
-The latest, recommended version of LazyLoad is **17.6.1**.
+The latest, recommended version of LazyLoad is **17.7.0**.
Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md).
@@ -168,7 +168,7 @@ Quickly understand how to upgrade from a previous version reading the [practical
The easiest way to use LazyLoad is to include the script from a CDN:
```html
-
+
```
Then, in your javascript code:
@@ -209,7 +209,7 @@ Then include the script.
```html
```
@@ -243,7 +243,7 @@ Then include the script.
```html
```
@@ -600,6 +600,8 @@ The [demos](https://github.com/verlok/vanilla-lazyload/tree/master/demos) folder
| Loading | Asynchronous loading LazyLoad + InterserctionObserver with requireJS | [Code](demos/amd_polyfill.html) | [Live](https://www.andreaverlicchi.eu/vanilla-lazyload/demos/amd_polyfill.html) |
| Loading | Asynchronous loading LazyLoad with `
+
+