Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ssallam committed Oct 14, 2020
1 parent 5ff2375 commit 4d00d7a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 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.5.5
current_version = 0.5.6

[bumpversion:file:setup.cfg]

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.5.6](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.5...v0.5.6)

- Fix/token template cap [`#245`](https://github.com/oceanprotocol/ocean-contracts/pull/245)
- Fix/minor-docs-issues [`#246`](https://github.com/oceanprotocol/ocean-contracts/pull/246)
- Fix missing address.json [`#243`](https://github.com/oceanprotocol/ocean-contracts/pull/243)
- Fix/rinkeby addresses [`#239`](https://github.com/oceanprotocol/ocean-contracts/pull/239)

#### [v0.5.5](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.4...v0.5.5)

> 12 October 2020
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "0.5.5",
"version": "0.5.6",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down Expand Up @@ -80,7 +80,7 @@
"release-it": "^13.6.2",
"solc": "^0.5.7",
"solidity-coverage": "0.7.5",
"solidity-docgen": "^0.5.5",
"solidity-docgen": "^0.5.6",
"solium": "^1.2.5",
"solium-plugin-security": "^0.1.1",
"truffle": "^5.1.43",
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.5.5
current_version = 0.5.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 @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.5.5',
version='0.5.6',
zip_safe=False,
)

0 comments on commit 4d00d7a

Please sign in to comment.