Skip to content

Commit fdc2043

Browse files
authored
Merge pull request #30 from perpetual-protocol/feature/bump-version-0.4.0
chore: bump version 0.4.0
2 parents 4dfb247 + 30180bb commit fdc2043

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [unreleased]
9-
- Change contract name `ChainlinkPriceFeed` to `ChainlinkPriceFeedV2`.
9+
## [0.4.0] - 2022-05-24
10+
- Add `ChainlinkPriceFeedV2`, which calculates the twap by cached twap.
1011
- Add origin `ChainlinkPriceFeed`, which calculates the twap by round data instead of cached twap.
1112

1213
## [0.3.4] - 2022-04-01

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perp/perp-oracle-contract",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Perpetual Protocol Curie (v2) oracle contracts - v0.3.4 is not an audited version",
55
"license": "GPL-3.0-or-later",
66
"author": {

0 commit comments

Comments
 (0)