Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anvabr authored Dec 14, 2021
1 parent 7ce4a60 commit 37dfd83
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
- @hashgraph/sdk version was downgraded to 2.1.0 because of the [issue](https://github.com/hashgraph/hedera-sdk-js/issues/675)

0 comments on commit 37dfd83

Please sign in to comment.