diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c34029d1..e0d84969e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [[Unreleased]] +## [3.0.0] - 2024-07-16 + ### BREAKING CHANGE - Use rippled API v2 as default in requests diff --git a/pyproject.toml b/pyproject.toml index f1972e055..2f33661d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "2.6.0" +version = "3.0.0" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"