diff --git a/CHANGELOG.md b/CHANGELOG.md index 70224709..4b193afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.6.8 - 2020-04-30 + +### Changed + +- The source distribution vendors a forked dependency. + ## 2.6.7 - 2020-04-30 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 0432ec44..0c643aeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" [[package]] name = "orjson" -version = "2.6.7" +version = "2.6.8" dependencies = [ "associative-cache", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 5b5fc7df..4646de6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orjson" -version = "2.6.7" +version = "2.6.8" authors = ["ijl "] description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" edition = "2018"