From 37dfd837991ea276a6dc841a966d2ba59d1b03c7 Mon Sep 17 00:00:00 2001 From: AnVaBr <32775532+anvabr@users.noreply.github.com> Date: Tue, 14 Dec 2021 17:33:51 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84f0e7740..8e6e4e207a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ 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). +## [v1.0.0] - 2021-12-14 + +### Added +- Basic CI/CD [#4](https://github.com/hashgraph/guardian/issues/4) +- Repository Bages [#40](https://github.com/hashgraph/guardian/issues/40) +- Policy export/import [#50](https://github.com/hashgraph/guardian/issues/50) +- Lists in schema [#41](https://github.com/hashgraph/guardian/issues/41) +- Required Fields in schema [#118](https://github.com/hashgraph/guardian/issues/118) +- Editing schemas [#45](https://github.com/hashgraph/guardian/issues/45) +- Policy engine restore [#49](https://github.com/hashgraph/guardian/issues/49 +- Core functionality for Unit tests [#37](https://github.com/hashgraph/guardian/issues/37) +- Memo on a Hedera Network Topic Describing the Policy for Discoverability [#48](https://github.com/hashgraph/guardian/issues/48) +- Swagger API documentation [#38](https://github.com/hashgraph/guardian/issues/38) +- Postman API Documentation [#39](https://github.com/hashgraph/guardian/issues/39) +### Fixed: +- Non-approved policy application shows spinning wheel on repeat [#21](https://github.com/hashgraph/guardian/issues/21) +- Restart Service functionality during policy editing not working [#13](https://github.com/hashgraph/guardian/issues/13) +- Reject application button doesn't work [#22](https://github.com/hashgraph/guardian/issues/22) +- Decimal places in token configuration results in different values for token minting in Guardian vs DLT +[#30](https://github.com/hashgraph/guardian/issues/30) +- Contextual comments are lacking in the files [#105](https://github.com/hashgraph/guardian/issues/105) +- irec-policy-config.txt has incorrect url for MRV endpoint in individually built Nodes [#29](https://github.com/hashgraph/guardian/issues/29) +- Instructions in step 2 are invalid. Populating ID and Key info in .env and config files does nothing once the application is built and run [#12](https://github.com/hashgraph/guardian/issues/12) + ## [v1.0.0-beta.1] - 2021-10-14 ### Added @@ -27,4 +51,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - VP and trust chain display for NFT - Display of errors during a transaction; -- @hashgraph/sdk version was downgraded to 2.1.0 because of the [issue](https://github.com/hashgraph/hedera-sdk-js/issues/675) \ No newline at end of file +- @hashgraph/sdk version was downgraded to 2.1.0 because of the [issue](https://github.com/hashgraph/hedera-sdk-js/issues/675)