Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 21, 2024
1 parent 540aa69 commit bbcf951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased
## v2.0.0 - 2024-12-21

- Add support for `sslmode` in connection strings.
- Change SSL from `Bool` to `SslVerify`, `SslUnverify` and `SslDisabled` to match
against diverse CA certificates or not.
- Change SSL from `Bool` to `SslVerified`, `SslUnverified` and `SslDisabled` to
match against diverse CA certificates or not.

## v1.1.0 - 2024-12-11

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 = "pog"
version = "1.1.0"
version = "2.0.0"
gleam = ">= 1.4.0"
licences = ["Apache-2.0"]
description = "A PostgreSQL database client for Gleam, based on PGO"
Expand Down

0 comments on commit bbcf951

Please sign in to comment.