Skip to content

Commit

Permalink
Merge pull request #30 from perpetual-protocol/feature/bump-version-0…
Browse files Browse the repository at this point in the history
….4.0

chore: bump version 0.4.0
  • Loading branch information
opass authored May 24, 2022
2 parents 4dfb247 + 30180bb commit fdc2043
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [0.3.4] - 2022-04-01
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perp/perp-oracle-contract",
"version": "0.3.4",
"version": "0.4.0",
"description": "Perpetual Protocol Curie (v2) oracle contracts - v0.3.4 is not an audited version",
"license": "GPL-3.0-or-later",
"author": {
Expand Down

0 comments on commit fdc2043

Please sign in to comment.