From 0d897e54d2455a3e61e5c29606ea28a6b80d925e Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 1 Oct 2021 03:06:48 -0700 Subject: [PATCH] v0.6.9 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 4 ++++ package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1ebab12d4..997090dcc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.8 +current_version = 0.6.9 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.md b/CHANGELOG.md index 756859c5d..95a94d276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ 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.9](https://github.com/oceanprotocol/contracts/compare/v0.6.8...v0.6.9) + #### [v0.6.8](https://github.com/oceanprotocol/contracts/compare/v0.6.7...v0.6.8) +> 1 October 2021 + - more networks [`#351`](https://github.com/oceanprotocol/contracts/pull/351) - Release/v0.6.7 [`#338`](https://github.com/oceanprotocol/contracts/pull/338) - prepare for a new release [`59d7d96`](https://github.com/oceanprotocol/contracts/commit/59d7d962c64d807041ab4179d3d264f7ceeae5ec) diff --git a/package.json b/package.json index 0df0c3b82..aaf495c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/contracts", - "version": "0.6.8", + "version": "0.6.9", "description": "Ocean Protocol L1 - DataTokens", "bugs": { "url": "https://github.com/oceanprotocol/contracts/issues" diff --git a/setup.cfg b/setup.cfg index 735053d10..22765bb92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.8 +current_version = 0.6.9 commit = True tag = True diff --git a/setup.py b/setup.py index 5d634a9db..1f34cf556 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/oceanprotocol/ocean-contracts', - version='0.6.8', + version='0.6.9', zip_safe=False, ) \ No newline at end of file