Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] v2.0.1 #55

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

### [v2.0.0](https://github.com/obolnetwork/obol-sdk/compare/v1.0.17...v2.0.0) (2024-07-29)
#### [v2.0.1](https://github.com/ObolNetwork/obol-sdk/compare/v2.0.0...v2.0.1)

> 29 July 2024
- Hanan/null deposit amounts [`#54`](https://github.com/ObolNetwork/obol-sdk/pull/54)
- accept a null value for deposit_amounts [`#52`](https://github.com/ObolNetwork/obol-sdk/pull/52)

- soft launch.
### [v2.0.0](https://github.com/ObolNetwork/obol-sdk/compare/v1.0.17...v2.0.0)

> 30 July 2024

- [Release] v2.0.0 [`#50`](https://github.com/ObolNetwork/obol-sdk/pull/50)

#### [v1.0.17](https://github.com/ObolNetwork/obol-sdk/compare/v1.0.16...v1.0.17)

> 2 July 2024

- fix release action [`#49`](https://github.com/ObolNetwork/obol-sdk/pull/49)
- [Release] v1.0.17 [`#48`](https://github.com/ObolNetwork/obol-sdk/pull/48)
- use v1.8.0 in cluster creation [`#32`](https://github.com/ObolNetwork/obol-sdk/pull/32)
- chore(release): v1.0.17 [`#47`](https://github.com/ObolNetwork/obol-sdk/pull/47)
- revert back to using git changelog [`#46`](https://github.com/ObolNetwork/obol-sdk/pull/46)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@obolnetwork/obol-sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "A package for creating Distributed Validators using the Obol API.",
"bugs": {
"url": "https://github.com/obolnetwork/obol-sdk/issues"
Expand Down Expand Up @@ -130,4 +130,4 @@
".ts"
]
}
}
}
Loading