File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ 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.2.0 ] : https://github.com/chronicleprotocol/scribe/releases/tag/v1.2.0
7
8
[ 1.1.0 ] : https://github.com/chronicleprotocol/scribe/releases/tag/v1.1.0
8
9
[ 1.0.0 ] : https://github.com/chronicleprotocol/scribe/releases/tag/v1.0.0
9
10
11
+ ## [ 1.2.0] - 2023-09-29
12
+
13
+ ### Added
14
+
15
+ - Chainlink compatibility function ` latestAnswer()(int) ` ([ #24 ] ( https://github.com/chronicleprotocol/scribe/pull/24 ) )
16
+
10
17
## [ 1.1.0] - 2023-08-25
11
18
12
19
### Fixes
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.1 .0
16
+ * @custom:version 1.2 .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