diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bb077..f4481d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Version history -## 0.12.5 +## 0.12.6 - Add `pycrdt.__version__`. +- Use PyPI's trusted publishing. ## 0.12.4 diff --git a/Cargo.toml b/Cargo.toml index a67912e..06352e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pycrdt" -version = "0.12.5" +version = "0.12.6" edition = "2021" [lib]