Skip to content

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Sep 15, 2021
1 parent 119a196 commit 927eb1f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.5
current_version = 0.6.6

[bumpversion:file:setup.cfg]

Expand Down
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,39 @@ 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).

#### [v0.6.6](https://github.com/oceanprotocol/contracts/compare/v0.6.5...v0.6.6)

- add catenax poa [`#335`](https://github.com/oceanprotocol/contracts/pull/335)
- v0.6.5 [`#329`](https://github.com/oceanprotocol/contracts/pull/329)
- prepare for a new release [`119a196`](https://github.com/oceanprotocol/contracts/commit/119a1961d63e73917af530bef18c5e6d20279fc6)
- add catenaxpoa [`958c784`](https://github.com/oceanprotocol/contracts/commit/958c784acb86b3e2ce2084b68fc2b55b7c73ec1a)

#### [v0.6.5](https://github.com/oceanprotocol/contracts/compare/v0.6.4...v0.6.5)

> 7 July 2021
- new moonbeamalpha deployment [`#328`](https://github.com/oceanprotocol/contracts/pull/328)
- v0.6.4 [`#321`](https://github.com/oceanprotocol/contracts/pull/321)

#### [v0.6.4](https://github.com/oceanprotocol/contracts/compare/v0.6.2...v0.6.4)
#### [v0.6.4](https://github.com/oceanprotocol/contracts/compare/v0.6.3...v0.6.4)

> 9 June 2021
- add bsc [`#319`](https://github.com/oceanprotocol/contracts/pull/319)
- add gaia-x & mumbai [`#317`](https://github.com/oceanprotocol/contracts/pull/317)
- Release/v0.6.3 [`#313`](https://github.com/oceanprotocol/contracts/pull/313)
- Remove remnants of ocean_abis, replace with artifacts [`#312`](https://github.com/oceanprotocol/contracts/pull/312)
- Release/v0.6.2 [`#311`](https://github.com/oceanprotocol/contracts/pull/311)
- make chainId number [`0b3ea54`](https://github.com/oceanprotocol/contracts/commit/0b3ea547bff57a4655cc3113c5b597f2f13c90a5)
- have startBlock as numbers [`496be4d`](https://github.com/oceanprotocol/contracts/commit/496be4d918c4ae13529daa4f66b3a616d9138345)

#### [v0.6.3](https://github.com/oceanprotocol/contracts/compare/v0.6.2...v0.6.3)

> 17 May 2021
- Remove remnants of ocean_abis, replace with artifacts [`#312`](https://github.com/oceanprotocol/contracts/pull/312)
- Release/v0.6.2 [`#311`](https://github.com/oceanprotocol/contracts/pull/311)
- prepare for a new release [`f1f83bf`](https://github.com/oceanprotocol/contracts/commit/f1f83bf1c9e7e73ad6f760c937ca771b93d04a4a)
- Remove rinkeby deploy step from RELEASE_PROCESS, trim trailing whitespace [`3fbcfb0`](https://github.com/oceanprotocol/contracts/commit/3fbcfb0a5ae44acc972190075286602f810ee325)

#### [v0.6.2](https://github.com/oceanprotocol/contracts/compare/v0.6.1...v0.6.2)

> 9 May 2021
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": "@oceanprotocol/contracts",
"version": "0.6.5",
"version": "0.6.6",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.5
current_version = 0.6.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.6.5',
version='0.6.6',
zip_safe=False,
)

0 comments on commit 927eb1f

Please sign in to comment.