File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Common Changelog] ( https://common-changelog.org/ ) .
6
6
7
+ [ 1.1.0 ] : https://github.com/chronicleprotocol/scribe/releases/tag/v1.1.0
7
8
[ 1.0.0 ] : https://github.com/chronicleprotocol/scribe/releases/tag/v1.0.0
8
9
10
+ ## [ 1.1.0] - 2023-08-25
11
+
12
+ ### Fixes
13
+
14
+ - Broken compilation without ` --via-ir ` pipeline ([ #13 ] ( https://github.com/chronicleprotocol/scribe/pull/13 ) )
15
+
16
+ ### Added
17
+
18
+ - MakerDAO compatibility function ` peep()(uint,bool) ` ([ #12 ] ( https://github.com/chronicleprotocol/scribe/pull/12 ) )
19
+
9
20
## [ 1.0.0] - 2023-08-14
10
21
11
22
### Added
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {LibSchnorrData} from "./libs/LibSchnorrData.sol";
13
13
14
14
/**
15
15
* @title Scribe
16
- * @custom:version 1.0 .0
16
+ * @custom:version 1.1 .0
17
17
*
18
18
* @notice Efficient Schnorr multi-signature based Oracle
19
19
*/
You can’t perform that action at this time.
0 commit comments