diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c1c724e..1b5b1ce86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [Unreleased] +## [6.5.1] - 2023-02-21 ### Fixed @@ -946,7 +946,9 @@ This release contains no changes except for the version number. [semantic versioning]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.4.3...HEAD +[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.1...HEAD +[6.5.1]: https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1 +[6.5.0]: https://github.com/dipdup-io/dipdup/compare/6.4.3...6.5.0 [6.4.3]: https://github.com/dipdup-io/dipdup/compare/6.4.2...6.4.3 [6.4.2]: https://github.com/dipdup-io/dipdup/compare/6.4.1...6.4.2 [6.4.1]: https://github.com/dipdup-io/dipdup/compare/6.4.0...6.4.1 diff --git a/pyproject.toml b/pyproject.toml index 35d2d6880..975bb21e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "dipdup" description = "Modular framework for creating selective indexers and featureful backends for dapps" -version = "6.5.0" +version = "6.5.1" license = "MIT" authors = [ "Lev Gorodetskiy ",