Skip to content

Commit

Permalink
Merge pull request #16 from perpetual-protocol/release/v0.3.2-rc2
Browse files Browse the repository at this point in the history
release v0.3.2
  • Loading branch information
KimiWu123 authored Mar 4, 2022
2 parents 8a7d44d + 2cd6b2c commit 3a4ae8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.3.2] - 2022-03-04

- using cumulative twap in Chainlink price feed

## [0.3.0] - 2022-02-07

- Add `EmergencyPriceFeed`.
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.3.2",
"description": "",
"main": "hardhat.config.js",
"files": [
Expand Down

0 comments on commit 3a4ae8c

Please sign in to comment.