diff --git a/CHANGELOG.md b/CHANGELOG.md index ed91f57de..806b9d520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.79.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.78.5...v1.79.0) (2021-10-25) + + +### Bug Fixes + +* Fix OS version typo ([eeb05a6](https://github.com/RedHatInsights/vulnerability-ui/commit/eeb05a68d105e0a7789e2f45677c1c631296e8cf)) +* Hide read-only banner when app is no longer in read-only mode ([5329dca](https://github.com/RedHatInsights/vulnerability-ui/commit/5329dca06988bd51584c5070c9395db65bd23364)) + + +### Features + +* Add sorting to remediation column ([92bfe81](https://github.com/RedHatInsights/vulnerability-ui/commit/92bfe81d935c17627e3e246fecdc63cfa07cb7d9)) +* Column management for Systems exposed page VULN-1874 ([f89b5e7](https://github.com/RedHatInsights/vulnerability-ui/commit/f89b5e7fbeb6e62394ad99b3b1bb04ac1508b5f8)) + ## [1.78.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.78.4...v1.78.5) (2021-10-21) diff --git a/package-lock.json b/package-lock.json index 543261ee4..631c781eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.78.5", + "version": "1.79.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.78.5", + "version": "1.79.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.15.4", diff --git a/package.json b/package.json index 4415f1534..c11823697 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.78.5", + "version": "1.79.0", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {