Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Sep 29, 2023
1 parent a9dac0b commit da4b646
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Scribe.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit da4b646

Please sign in to comment.