diff --git a/CHANGELOG.md b/CHANGELOG.md index f76f4e0ed7..2778500734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,16 @@ The types of changes are: * `Fixed` for any bug fixes. * `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fides/compare/1.8.2...main) +## [1.8.3](https://github.com/ethyca/fides/compare/1.8.2...1.8.3) - 2022-09-06 ### Added -* Added more taxonomy fields that can be edited via the UI [#1000](https://github.com/ethyca/fides/pull/1000) +* Added more taxonomy fields that can be edited via the UI [#1000](https://github.com/ethyca/fides/pull/1000) [#1028](https://github.com/ethyca/fides/pull/1028) +* Added the ability to add taxonomy fields via the UI [#1019](https://github.com/ethyca/fides/pull/1019) +* Added the ability to delete taxonomy fields via the UI [#1006](https://github.com/ethyca/fides/pull/1006) + * Only non-default taxonomy entities can be deleted [#1023](https://github.com/ethyca/fides/pull/1023) +* Prevent deleting taxonomy `is_default` fields and from adding `is_default=True` fields via the API [#990](https://github.com/ethyca/fides/pull/990). +* Added a "Custom" tag to distinguish user defined taxonomy fields from default taxonomy fields in the UI [#1027](https://github.com/ethyca/fides/pull/1027) * Added initial support for enabling Fides Plus [#1037](https://github.com/ethyca/fides/pull/1037) * The `useFeatures` hook can be used to check if `plus` is enabled. * Navigating to/from the Data Map page is gated behind this feature. @@ -29,19 +34,16 @@ The types of changes are: * Fixed failing mypy tests [#1030](https://github.com/ethyca/fides/pull/1030) * Fixed an issue where `fides push --diff` would return a false positive diff [#1026](https://github.com/ethyca/fides/pull/1026) +* Pinned pydantic version to < 1.10.0 to fix an error in finding referenced fides keys [#1045](https://github.com/ethyca/fides/pull/1045) ## [1.8.2](https://github.com/ethyca/fides/compare/1.8.1...1.8.2) - 2022-08-18 ### Added -* Added the ability to edit taxonomy fields via the UI [#977](https://github.com/ethyca/fides/pull/977) [#1028](https://github.com/ethyca/fides/pull/1028) +* Added the ability to edit taxonomy fields via the UI [#977](https://github.com/ethyca/fides/pull/977) * New column `is_default` added to DataCategory, DataUse, DataSubject, and DataQualifier tables [#976](https://github.com/ethyca/fides/pull/976) -* Added the ability to add taxonomy fields via the UI [#1019](https://github.com/ethyca/fides/pull/1019) -* Added the ability to delete taxonomy fields via the UI [#1006](https://github.com/ethyca/fides/pull/1006) - * Only non-default taxonomy entities can be deleted [#1023](https://github.com/ethyca/fides/pull/1023) -* Prevent deleting taxonomy `is_default` fields and from adding `is_default=True` fields via the API [#990](https://github.com/ethyca/fides/pull/990). -* Added a "Custom" tag to distinguish user defined taxonomy fields from default taxonomy fields in the UI [#1027](https://github.com/ethyca/fides/pull/1027) + ### Changed * Upgraded base Docker version to Python 3.9 and updated all other references from 3.8 -> 3.9 [#974](https://github.com/ethyca/fides/pull/974)