Skip to content

Commit 96d013f

Browse files
committed
bump to v1.1.0
1 parent 38ef2c6 commit 96d013f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.1.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.1.0
78
[1.0.0]: https://github.com/chronicleprotocol/scribe/releases/tag/v1.0.0
89

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+
920
## [1.0.0] - 2023-08-14
1021

1122
### Added

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.0.0
16+
* @custom:version 1.1.0
1717
*
1818
* @notice Efficient Schnorr multi-signature based Oracle
1919
*/

0 commit comments

Comments
 (0)