diff --git a/CHANGELOG.md b/CHANGELOG.md index be577d1..2d7e187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,40 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5](https://github.com/netgrif/petriflow/releases/tag/v1.0.5) (2023-09-17) + +### Added + +- [NAE-1927] Shared roles +- [NAE-1946] Remote file connector to S3 +- [NAE-1892] Validation registry + ## [1.0.4](https://github.com/netgrif/petriflow/releases/tag/v1.0.4) (2023-12-12) ### Added + - [NAE-1929] Data field type list of strings ## [1.0.3](https://github.com/netgrif/petriflow/releases/tag/v1.0.3) (2023-10-05) ### Added + - [NAE-1918] Tags on process resources ## [1.0.1](https://github.com/netgrif/petriflow/releases/tag/v1.0.1) (2021-12-07) ### Added + - [PF-15] Petriflow schema changes related to default and anonymous roles ### Changed + - [PF-4] XSD element to complex type ## [1.0.0](https://github.com/netgrif/petriflow/releases/tag/v1.0.0) (2021-08-05) diff --git a/docs/petriflow.schema.xsd b/docs/petriflow.schema.xsd index 399c906..0e98b0e 100644 --- a/docs/petriflow.schema.xsd +++ b/docs/petriflow.schema.xsd @@ -69,6 +69,7 @@ + @@ -595,6 +596,20 @@ + + + + + + + + + + + + + + @@ -602,11 +617,14 @@ - - - - - + + + + + + + + diff --git a/docs/v1.0.5/petriflow.schema.xsd b/docs/v1.0.5/petriflow.schema.xsd new file mode 100644 index 0000000..0e98b0e --- /dev/null +++ b/docs/v1.0.5/petriflow.schema.xsd @@ -0,0 +1,806 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/petriflow.schema.xsd b/petriflow.schema.xsd index b83e815..6ca6f1e 100644 --- a/petriflow.schema.xsd +++ b/petriflow.schema.xsd @@ -70,6 +70,7 @@ + @@ -596,6 +597,20 @@ + + + + + + + + + + + + + +