diff --git a/CHANGELOG.md b/CHANGELOG.md index cc31aa6..3e3ca1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.18.2] - 2024-04-27 +## [0.19.0] - 2024-04-27 ### Maintenance diff --git a/Cargo.toml b/Cargo.toml index 73a2575..ff93533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcp-bigquery-client" -version = "0.18.2" +version = "0.19.0" authors = ["Laurent Querel "] edition = "2018" license = "MIT OR Apache-2.0"