Skip to content

Commit da4b646

Browse files
committed
Bump to v1.2.0
1 parent a9dac0b commit da4b646

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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+
[1.2.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.2.0
78
[1.1.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.1.0
89
[1.0.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.0.0
910

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+
1017
## [1.1.0] - 2023-08-25
1118

1219
### Fixes

Diff for: src/Scribe.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {LibSchnorrData} from "./libs/LibSchnorrData.sol";
1313

1414
/**
1515
* @title Scribe
16-
* @custom:version 1.1.0
16+
* @custom:version 1.2.0
1717
*
1818
* @notice Efficient Schnorr multi-signature based Oracle
1919
*/

0 commit comments

Comments
 (0)