diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fec6c2..bfb1a2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,23 @@ Types of changes:
-------------
+## 2.7.0 - 2020-11-04
+### Added
+- play once then stops auto-play
+- spin in y-direction
+- zoom with mouse wheel
+- zoom with fingers on mobile
+- possibilty to change icons styles
+
+### Fixed
+- hide scrollbar in fullscreen mode
+- auto-play not working on mobile
+- error on init the plugin inside a modal
+- removed chrome waringing about non-passive events
+
+### Changed
+- migrate CDN URL to V7
+
## 2.6.0 - 2020-09-03
### Feat
diff --git a/README.md b/README.md
index f26d9ac..356cb9f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Release](https://img.shields.io/badge/release-v2.6.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
+[![Release](https://img.shields.io/badge/release-v2.7.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.it/en/home)
@@ -69,7 +69,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag
```javascript
-
+
```
## Step 2: Initialize
diff --git a/package.json b/package.json
index fc6664a..4954f4a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "js-cloudimage-360-view",
- "version": "3.0.0-beta.2",
+ "version": "2.7.0",
"main": "dist/index.js",
"description": "",
"author": "scaleflex",