Skip to content

Commit

Permalink
bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Aug 25, 2023
1 parent 38ef2c6 commit 96d013f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[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.1.0] - 2023-08-25

### Fixes

- Broken compilation without `--via-ir` pipeline ([#13](https://github.com/chronicleprotocol/scribe/pull/13))

### Added

- MakerDAO compatibility function `peep()(uint,bool)` ([#12](https://github.com/chronicleprotocol/scribe/pull/12))

## [1.0.0] - 2023-08-14

### Added
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.0.0
* @custom:version 1.1.0
*
* @notice Efficient Schnorr multi-signature based Oracle
*/
Expand Down

0 comments on commit 96d013f

Please sign in to comment.