diff --git a/CHANGELOG.md b/CHANGELOG.md index fc14ac76a..4d0eb8249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/RedHatInsights/insights-inventory-frontend/compare/v1.0.0...v1.1.0) (2023-02-08) + + +### Features + +* **ESSNTL-3724:** Add /groups route & empty state ([#1760](https://github.com/RedHatInsights/insights-inventory-frontend/issues/1760)) ([868eb69](https://github.com/RedHatInsights/insights-inventory-frontend/commit/868eb69f572a280ba162a1623027133932a9284a)) + # 1.0.0 (2023-02-01) diff --git a/package-lock.json b/package-lock.json index dbf68b72e..455471239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-inventory-frontend", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-inventory-frontend", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@patternfly/react-core": "^4.265.2", "@patternfly/react-icons": "^4.93.6", diff --git a/package.json b/package.json index e672ffb29..1b40bc5b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-inventory-frontend", - "version": "1.0.0", + "version": "1.1.0", "private": false, "engines": { "node": ">=15.0.0",