diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a654a2..86fad36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +[1.2.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.2.0 [1.1.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.1.0 [1.0.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.0.0 +## [1.2.0] - 2023-09-29 + +### Added + +- Chainlink compatibility function `latestAnswer()(int)` ([#24](https://github.com/chronicleprotocol/scribe/pull/24)) + ## [1.1.0] - 2023-08-25 ### Fixes diff --git a/src/Scribe.sol b/src/Scribe.sol index 307b3a9..b657de2 100644 --- a/src/Scribe.sol +++ b/src/Scribe.sol @@ -13,7 +13,7 @@ import {LibSchnorrData} from "./libs/LibSchnorrData.sol"; /** * @title Scribe - * @custom:version 1.1.0 + * @custom:version 1.2.0 * * @notice Efficient Schnorr multi-signature based Oracle */