Skip to content

Commit

Permalink
chore(release): 0.23.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jiang committed Feb 25, 2019
1 parent 01e4bc7 commit 8953463
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# [0.22.0](https://github.com/AraBlocks/ara-contracts/compare/0.20.0...0.22.0) (2019-02-04)
# [0.23.0](https://github.com/AraBlocks/ara-contracts/compare/0.20.0...0.23.0) (2019-02-25)


### Bug Fixes

* undo something ([da8b736](https://github.com/AraBlocks/ara-contracts/commit/da8b736))
* use safemath ([6aae2b2](https://github.com/AraBlocks/ara-contracts/commit/6aae2b2))


### Features

* consolidate proxy usage to AraProxy ([f0da598](https://github.com/AraBlocks/ara-contracts/commit/f0da598))
* refactor out AraRegistry dependency in AraProxy ([4c3cdfa](https://github.com/AraBlocks/ara-contracts/commit/4c3cdfa))
* update Library contract to use uint32, redeploy to privatenet ([276f158](https://github.com/AraBlocks/ara-contracts/commit/276f158))



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": "ara-contracts",
"version": "0.22.0",
"version": "0.23.0",
"description": "Ara Contract Module - DCDN and AFS blockchain integration.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8953463

Please sign in to comment.