diff --git a/CHANGELOG.md b/CHANGELOG.md
index aaa668d..431fca1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
# Description of releases
+## 1.1.1 (05-06-2017)
+
+Features:
+- A link to an example of using the library is added to the description.
+
## 1.1.0 (04-06-2017)
Features:
diff --git a/README.md b/README.md
index ae4f348..13d1b77 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,9 @@ Description of the internal kitchen can be seen on the [documentation page](http
Found out a mistake or feel a lack of functionality? [issues](https://github.com/valentineus/iii-client/issues)
+## Examples
+- [iii-for-vk](https://github.com/valentineus/iii-for-vk) - Bot for social network VK;
+
## License
[](https://github.com/eslint/eslint)
diff --git a/docs/global.html b/docs/global.html
index 454ef04..a04aacb 100644
--- a/docs/global.html
+++ b/docs/global.html
@@ -1635,7 +1635,7 @@
diff --git a/docs/index.html b/docs/index.html
index 80e84a7..8333d77 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -57,7 +57,7 @@
diff --git a/docs/index.js.html b/docs/index.js.html
index f8526d5..1916ba5 100644
--- a/docs/index.js.html
+++ b/docs/index.js.html
@@ -219,7 +219,7 @@ function isVerification(data) {
diff --git a/package.json b/package.json
index 1bb3aff..c9b5b83 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "iii-client",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Simple API for communicating with the bot of the \"iii.ru\" service.",
"homepage": "https://github.com/valentineus/iii-client",
"license": "MIT",