diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3e6637c..bd1df58d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,48 @@
# Change Log
+## [1.1.0] 2020-05-08
+### Bug fixing
+- `https://github.com/creativetimofficial/nextjs-material-kit/issues/10` (changed the `title`, from simple `string` to `node`, so now, you can pass a title like so `title={Free Chat}` if you want to have link functionality - NOTE: the `node` that you pass to the `InfoArea` component will have to be styled)
+- `https://github.com/creativetimofficial/nextjs-material-kit/issues/6` (check `https://github.com/creativetimofficial/nextjs-material-kit/pull/7` for more info)
+- `https://github.com/creativetimofficial/nextjs-material-kit/issues/5`
+- `https://github.com/creativetimofficial/nextjs-material-kit/issues/4`
+- `https://github.com/creativetimofficial/nextjs-material-kit/issues/2`
+### Major style changes
+- `assets/jss/nextjs-material-kit.js`
+- `assets/jss/nextjs-material-kit/components/buttonStyle.js`
+- `assets/jss/nextjs-material-kit/components/headerStyle.js`
+- `assets/jss/nextjs-material-kit/components/navPillsStyle.js`
+- `assets/jss/nextjs-material-kit/components/paginationStyle.js`
+- `assets/jss/nextjs-material-kit/components/paginationStyle.js`
+### Deleted components
+### Added components
+### Deleted dependencies
+### Added dependencies
+### Updated dependencies
+```
+@material-ui/core 4.3.2 → 4.9.13
+@material-ui/icons 4.2.1 → 4.9.1
+moment 2.24.0 → 2.25.3
+next 9.0.5 → 9.3.6
+next-images 1.1.2 → 1.3.1
+nextjs-redirect 1.0.2 → 2.0.2
+node-sass 4.12.0 → 4.14.1
+nouislider 14.0.2 → 14.4.0
+react 16.9.0 → 16.13.1
+react-dom 16.9.0 → 16.13.1
+react-swipeable-views 0.13.3 → 0.13.9
+styled-components 4.3.2 → 5.1.0
+webpack 4.39.3 → 4.43.0
+```
+### Warning
+_The following warnings come from some of our dependencies, however they do not affect the UI or the functionality of the product - if the issues will persist and will change into errors in the next version of React (v17), we will drop their usage and replace with other dependencies:_
+```
+npm WARN deprecated popper.js@1.16.1: Popper changed home, find its new releases at @popperjs/core
+npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
+npm WARN deprecated mkdirp@0.5.3: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
+```
+_The following dependencies raise warnings (of deprecation or renamed) in development mode: DateTime, ReactSwipableView. If the warnings will persist, and will become errors in React 17, we will drop their usage and replace them with other plugins._
+
## [1.0.0] 2019-09-13
### Original Release
- Started project with NextJS
diff --git a/Documentation/assets/css/material-dashboard.css b/Documentation/assets/css/material-dashboard.css
index e8148ae9..83e5366c 100644
--- a/Documentation/assets/css/material-dashboard.css
+++ b/Documentation/assets/css/material-dashboard.css
@@ -5,7 +5,7 @@
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
- * Copyright 2019 Creative Tim (https://www.creative-tim.com)
+ * Copyright 2020 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
=========================================================
diff --git a/Documentation/tutorial-components.html b/Documentation/tutorial-components.html
index 6b3fd71b..26ce8407 100644
--- a/Documentation/tutorial-components.html
+++ b/Documentation/tutorial-components.html
@@ -97,7 +97,7 @@