diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6fc779ea..dfb86bb026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 1.1.0 Release + +[Full Changelog](https://github.com/SUSE/stratos-ui/compare/1.0.2...1.1.0) + +**Improvements:** + +- Added support for SUSE Cloud Foundry 1.1 configuration values to the Helm chart [\#1950](https://github.com/cloudfoundry-incubator/stratos/pull/1950) + +**Fixes:** + +- Fix width of top nav bar menu's bottom border [\#1739](https://github.com/cloudfoundry-incubator/stratos/pull/1739) + ## 1.0.2 Release [Full Changelog](https://github.com/SUSE/stratos-ui/compare/1.0.0...1.0.2) diff --git a/package-lock.json b/package-lock.json index 35b7c70dae..4ac109dbe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stratos-ui", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4477a0a317..1f84e62e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stratos-ui", - "version": "1.0.2", + "version": "1.1.0", "description": "Stratos UI Console", "main": "index.js", "scripts": {