Skip to content

Commit

Permalink
Update changelog for 1.4.2 release (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr authored Jun 21, 2023
1 parent e5ef634 commit 2bc7754
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,27 @@ The types of changes are:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [Unreleased](https://github.com/ethyca/fideslang/compare/1.4.1...main)
## [Unreleased](https://github.com/ethyca/fideslang/compare/1.4.2...main)


## [1.4.2](https://github.com/ethyca/fideslang/compare/1.4.1...1.4.2)

### Added
- Support Pydantic <1.11 [#122] (https://github.com/ethyca/fideslang/pull/122)

### Changed

- Add `Cookies` schema and similar property to `PrivacyDeclaration` [#115](https://github.com/ethyca/fideslang/pull/115)

### Fixed

- Fix Fideslang visual explorer on docs site [#123](https://github.com/ethyca/fideslang/pull/123)
- Fix Fideslang key finding function [#131](https://github.com/ethyca/fideslang/pull/131)

### Developer Experience
- Allow Docker to select plaform [#121] https://github.com/ethyca/fideslang/pull/121
- Use build time versioneer [#120] https://github.com/ethyca/fideslang/pull/120
-

## [1.4.1](https://github.com/ethyca/fideslang/compare/1.4.0...1.4.1)

Expand Down

0 comments on commit 2bc7754

Please sign in to comment.