diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f843372..e9c4373b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/RedHatInsights/insights-inventory-frontend/compare/v1.7.2...v1.8.0) (2023-03-07) + + +### Features + +* **ESSNTL-4056:** Add lastSeen filter ([#1781](https://github.com/RedHatInsights/insights-inventory-frontend/issues/1781)) ([7bb6ac8](https://github.com/RedHatInsights/insights-inventory-frontend/commit/7bb6ac85fcb5fc7c31514066c2ef174868213687)) + ## [1.7.2](https://github.com/RedHatInsights/insights-inventory-frontend/compare/v1.7.1...v1.7.2) (2023-03-07) ## [1.7.1](https://github.com/RedHatInsights/insights-inventory-frontend/compare/v1.7.0...v1.7.1) (2023-03-06) diff --git a/package-lock.json b/package-lock.json index 59aecfd12..44693d374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-inventory-frontend", - "version": "1.7.2", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-inventory-frontend", - "version": "1.7.2", + "version": "1.8.0", "dependencies": { "@data-driven-forms/common": "^3.20.0", "@data-driven-forms/pf4-component-mapper": "^3.20.0", diff --git a/package.json b/package.json index 8ed65fee6..02824d285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-inventory-frontend", - "version": "1.7.2", + "version": "1.8.0", "private": false, "engines": { "node": ">=15.0.0",