From 39a35723986e860e32a575064ef780dc431077ee Mon Sep 17 00:00:00 2001 From: kirk Date: Tue, 5 Nov 2024 10:53:40 -0500 Subject: [PATCH] update changelog for release 3.0.8 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23bef9..f88a6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,15 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.7...main) +## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.8...main) + + +## [3.0.8](https://github.com/ethyca/fideslang/compare/3.0.7...3.0.8) ### Changed - Remove stipulation that sub fields (Field) of a Field object cannot have data categories assigned [#22](https://github.com/ethyca/fideslang/pull/22) - ## [3.0.7](https://github.com/ethyca/fideslang/compare/3.0.6...3.0.7) ### Added