Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Aug 24, 2024
1 parent be204ac commit 2540ee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2540ee7

Please sign in to comment.