diff --git a/CHANGELOG.md b/CHANGELOG.md index a351e8e..81b02e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.3](https://github.com/oceanprotocol/list-datapartners/compare/v1.0.2...v1.0.3) + +- removed CivicTechHub from data partners list [`#10`](https://github.com/oceanprotocol/list-datapartners/pull/10) + #### [v1.0.2](https://github.com/oceanprotocol/list-datapartners/compare/v1.0.1...v1.0.2) +> 11 November 2020 + - added Civictechhub's wallet [`#8`](https://github.com/oceanprotocol/list-datapartners/pull/8) +- Release 1.0.2 [`329e8cf`](https://github.com/oceanprotocol/list-datapartners/commit/329e8cf1d1310da79ad9e3e1e1536516643f0baa) #### [v1.0.1](https://github.com/oceanprotocol/list-datapartners/compare/v1.0.0...v1.0.1) diff --git a/package-lock.json b/package-lock.json index b92edc6..60005c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/list-datapartners", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae4461e..2fc4cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/list-datapartners", - "version": "1.0.2", + "version": "1.0.3", "description": "Ocean Protocol's Data Partners list.", "main": "./list-datapartners.json", "types": "./index.ts",