Skip to content

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Sep 6, 2023
1 parent 66c3865 commit 2fa8f7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[2.1.0]: https://github.com/chronicleprotocol/chronicle-std/releases/tag/v2.1.0
[2.0.0]: https://github.com/chronicleprotocol/chronicle-std/releases/tag/v2.0.0
[1.0.0]: https://github.com/chronicleprotocol/chronicle-std/releases/tag/v1.0.0

## [2.1.0] - 2023-09-06

### Added

- Config flag to disable `chaincheck` for specific interfaces ([#5](https://github.com/chronicleprotocol/chronicle-std/pull/5))

## [2.0.0] - 2023-08-01

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ src
└─ IToll — "Toll's interface specification"
script
└─ Chaincheck - "Verifiable onchain configurations"
├─ Chaincheck - "Verifiable onchain configurations"
├─ IAuthChaincheck - "Chaincheck implementation for IAuth interface"
└─ ITollChaincheck - "Chaincheck implementation for IToll interface"
```

## Installation
Expand Down

0 comments on commit 2fa8f7a

Please sign in to comment.