Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
chore(release): 4.0.0-beta.9 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.9](https://github.com/PolymathNetwork/polymath-abi-wrappers/compare/[email protected]@beta) (2019-11-14)

### Features

* **usdtieredsto:** tiered sto allows set any stablecoin we want ([7adb896](7adb896))

### BREAKING CHANGES

* **usdtieredsto:** Contract is now available to be pegged with other fiat currency. Configure function
is now accepting the contract address of the stable coins, the addresses of the custom oracles and
the symbol of the denominated currency.
  • Loading branch information
semantic-release-bot committed Nov 14, 2019
1 parent a55e2c6 commit e757dda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0-beta.9](https://github.com/PolymathNetwork/polymath-abi-wrappers/compare/[email protected]@beta) (2019-11-14)


### Features

* **usdtieredsto:** tiered sto allows set any stablecoin we want ([7adb896](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/7adb896))


### BREAKING CHANGES

* **usdtieredsto:** Contract is now available to be pegged with other fiat currency. Configure function
is now accepting the contract address of the stable coins, the addresses of the custom oracles and
the symbol of the denominated currency.

# [4.0.0-beta.8](https://github.com/PolymathNetwork/polymath-abi-wrappers/compare/[email protected]@beta) (2019-09-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymathnetwork/abi-wrappers",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"engines": {
"node": ">=6.12"
},
Expand Down

0 comments on commit e757dda

Please sign in to comment.