Skip to content

Commit ea9afe7

Browse files
committed
Bump to v2.1.0
1 parent 2f800bc commit ea9afe7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
44

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

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

11+
## [2.1.0] - 2023-09-06
12+
13+
### Added
14+
15+
- Config flag to disable `chaincheck` for specific interfaces ([#5](https://github.com/chronicleprotocol/chronicle-std/pull/5))
16+
1017
## [2.0.0] - 2023-08-01
1118

1219
### Fixed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ src
1515
└─ IToll — "Toll's interface specification"
1616
1717
script
18-
└─ Chaincheck - "Verifiable onchain configurations"
18+
├─ Chaincheck - "Verifiable onchain configurations"
19+
├─ IAuthChaincheck - "Chaincheck implementation for IAuth interface"
20+
└─ ITollChaincheck - "Chaincheck implementation for IToll interface"
1921
```
2022

2123
## Installation

0 commit comments

Comments
 (0)