diff --git a/CHANGELOG.md b/CHANGELOG.md index 6654cb9b..e69a983b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## Version 0.7.1 + +- Support all pre-login tokens + ## Version 0.7.0 - Remove async-std from deps if using tokio diff --git a/Cargo.toml b/Cargo.toml index cfa36d91..616ba4f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0" name = "tiberius" readme = "README.md" repository = "https://github.com/prisma/tiberius" -version = "0.7.0" +version = "0.7.1" [workspace] members = ["runtimes-macro"]