diff --git a/CHANGELOG.md b/CHANGELOG.md index 725299f..ed3525d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.5.1](https://github.com/boardroom-inc/protocol-Info/compare/v2.5.0...v2.5.1) (2021-07-07) + + +### Bug Fixes + +* update aave token abi ([#214](https://github.com/boardroom-inc/protocol-Info/issues/214)) ([fa2ea9b](https://github.com/boardroom-inc/protocol-Info/commit/fa2ea9bd701124a2b19647dd9ebf09159f1ab372)) + ## [2.5.0](https://github.com/boardroom-inc/protocol-Info/compare/v2.4.2...v2.5.0) (2021-07-07) diff --git a/package.json b/package.json index dc2fe7b..cd7550d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.5.0", + "version": "2.5.1", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts",