diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecd268..13b2c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ For now, please refer to our Git commit history for a list of changes. -https://github.com/orbitdb/orbitdb/compare/v2.4.3...v2.5.0 +https://github.com/orbitdb/orbitdb/compare/v2.5.0...v3.0.2 You can also use the following git command to generate a log of changes: ``` -git log v2.4.3..v2.5.0 --oneline +git log v2.5.0..v3.0.2 --oneline ```