From 4f1b3f03276fec09b65af936125e5dc959b15c52 Mon Sep 17 00:00:00 2001 From: Adam Sachs Date: Wed, 11 Sep 2024 10:23:23 -0400 Subject: [PATCH] update changelog for 3.0.4 release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65651d..90b586f 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/3.0.3...main) +## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.4...main) + + +## [3.0.4](https://github.com/ethyca/fideslang/compare/3.0.3...3.0.4) + +### Added + - Adds mappings and new data use for special purposes 3 [#15](https://github.com/ethyca/fideslang/pull/15)