diff --git a/CHANGELOG.md b/CHANGELOG.md index 8292296..4f76eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.18.1] - 2024-03-29 + +### Improvement + +- Add support to bigquery-emulator (Thanks to @henriiik) +- Add support to use the ClientBuilder to build a Client with an Authenticator (Thanks to @henriiik) + +### Fix + +- Fix build issue with hyper-rustls (Thanks to @OmriSteiner and @nate-kelley-buster) + ## [0.18.0] - 2023-10-22 ### Fix diff --git a/Cargo.toml b/Cargo.toml index 2f295f6..1a6b213 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcp-bigquery-client" -version = "0.18.0" +version = "0.18.1" authors = ["Laurent Querel "] edition = "2018" license = "MIT OR Apache-2.0"