diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb32ce..00f81a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.15.0 - Unreleased + +- Add support for `sslmode` in connection strings. +- Change SSL from `Bool` to `SslEnabled`, `SslDisabled` and `SslVerify` to match + against diverse CA certificates or not. + ## v0.14.0 - 2024-08-15 - Add ability to return rows as maps instead of tuple. diff --git a/gleam.toml b/gleam.toml index 7e9085a..deb4d5c 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gleam_pgo" -version = "0.14.0" +version = "0.15.0" gleam = ">= 0.32.0" licences = ["Apache-2.0"] description = "Gleam bindings to the PGO PostgreSQL client"