From 489e806a22f3f7fa8b6bb295a420a79befbe10cb Mon Sep 17 00:00:00 2001 From: Dawn Pattison Date: Mon, 14 Aug 2023 10:58:03 -0500 Subject: [PATCH] Update fideslang changelog in preparation for a 1.4.4 release (#148) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01485224..4a145d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,13 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fideslang/compare/1.4.3...main) +## [Unreleased](https://github.com/ethyca/fideslang/compare/1.4.4...main) + +## [1.4.4](https://github.com/ethyca/fideslang/compare/1.4.3...1.4.4) + +### Changed + +- Add new fields to System and Privacy Declarations to support GVL [#146](https://github.com/ethyca/fideslang/pull/146) ### Fixed