diff --git a/CHANGELOG.md b/CHANGELOG.md index 629e2c32..24cebecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## 1.6.3 (2024-02-07) + + +### Chores +* add 'yarn audit' GitHub workflow (3f79bc9) +* **deps-dev** bump mini-css-extract-plugin from 2.7.6 to 2.7.7 (#307) (3277868) +* **deps** bump codecov/codecov-action from 3.1.4 to 4.0.0 (#309) (4a7d81f) + +### Bug Fixes +* **credentials** DISCOVERY-534 Don't try to update ro fields (6533547) + ## 1.6.2 (2024-01-22) diff --git a/package.json b/package.json index eccc23e1..1f897901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quipucords-ui", - "version": "1.6.2", + "version": "1.6.3", "description": "Quipucords UI", "author": "Red Hat", "license": "GPL-3.0",