Skip to content

Commit aa3ca24

Browse files
authored
final 3.1.0 changelog tweaks (#709)
Signed-off-by: Craig Disselkoen <[email protected]>
1 parent 5553674 commit aa3ca24

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

cedar-policy-cli/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## 3.1.0
44

5+
Now uses Cedar language version 3.1.0.
6+
57
### Added
68

7-
- Added support for the human-readable schema format (`--schema-format human` when a schema is needed). The default schema format is still JSON for backward compatibility.
8-
- Added command `translate-schema` that translates a schema in the JSON format to its human-readable format and vice versa (except comments).
9+
- Added support for the human-readable schema format (`--schema-format human`
10+
when a schema is needed). The default schema format is still JSON for backward
11+
compatibility. - Added command `translate-schema` that translates a schema in
12+
the JSON format to its human-readable format and vice versa (except comments).
913
- The `-p`/`--policies` flag can now be omitted across all subcommands where it
1014
is present. If the flag is omitted, policies will be read from `stdin`.
1115
- `--policy-format` flag to many subcommands, allowing you to pass policies in

cedar-policy/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.1.0] - coming soon
8+
## [3.1.0] - 2024-03-08
99
Cedar Language Version: 3.1.0
1010

1111
### Added

0 commit comments

Comments
 (0)