Skip to content

Commit

Permalink
Adding v2.0.0-rc3 Changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed May 24, 2022
1 parent 269735e commit 8ab3eac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ 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).

#### [v2.0.0-rc2](https://github.com/nevermined-io/contracts/compare/v2.0.0-rc2...v2.0.0-rc2)
#### [v2.0.0-rc3](https://github.com/nevermined-io/contracts/compare/v2.0.0-rc3...v2.0.0-rc3)

#### [v2.0.0-rc3](https://github.com/nevermined-io/contracts/compare/v2.0.0-rc2...v2.0.0-rc3)

> 24 May 2022
- Removing Maven stubs generation from workflows [`#300`](https://github.com/nevermined-io/contracts/pull/300)
- Fix/add optimization [`#304`](https://github.com/nevermined-io/contracts/pull/304)
- Adding v2.0.0-rc2 Changelog updates [`b15e9e9`](https://github.com/nevermined-io/contracts/commit/b15e9e99aa4a288ead2790376259b27cd2e28b80)
- removing references to Java [`c9fb348`](https://github.com/nevermined-io/contracts/commit/c9fb348293d01ee07ec81e15fc14668dae5a6664)
- update main dockerfile [`52debd1`](https://github.com/nevermined-io/contracts/commit/52debd1f92cd188f92a26ce0b0c72bfb28e8e4da)

#### [v2.0.0-rc2](https://github.com/nevermined-io/contracts/compare/v2.0.0-rc1...v2.0.0-rc2)

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": "@nevermined-io/contracts",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Nevermined implementation of Nevermined in Solidity",
"bugs": {
"url": "https://github.com/nevermined-io/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nevermined-io/contracts',
version='2.0.0-rc2',
version='2.0.0-rc3',
zip_safe=False,
)

0 comments on commit 8ab3eac

Please sign in to comment.