This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ The types of changes are:
1919
2020## [ Unreleased] ( https://github.com/ethyca/fidesops/compare/1.7.2...main )
2121
22+ ## [ 1.8.0] ( https://github.com/ethyca/fidesops/compare/1.8.0...main )
23+
2224### Developer Experience
2325
2426* Created a docker image for the privacy center [ #1165 ] ( https://github.com/ethyca/fidesops/pull/1165 )
@@ -94,7 +96,7 @@ The types of changes are:
9496
9597* Bump python from 3.9.13 to 3.9.14 [ #1287 ] ( https://github.com/ethyca/fidesops/pull/1287 )
9698
97- ## [ 1.7.2] ( https://github.com/ethyca/fidesops/compare/1.7.1...1.7.2 )
99+ ## [ 1.7.2] ( https://github.com/ethyca/fidesops/compare/1.7.1...1.8.0 )
98100
99101### Added
100102
Original file line number Diff line number Diff line change 1- [{ "name" : " createNewConnection" , "isActive" : false }]
1+ [
2+ {
3+ "name" : " createNewConnection" ,
4+ "isActive" : true
5+ }
6+ ]
Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ def create_policy(key: str):
306306 {
307307 "name" : key ,
308308 "key" : key ,
309+ "execution_timeframe" : 45 ,
309310 },
310311 ]
311312 response = requests .patch (
You can’t perform that action at this time.
0 commit comments