Skip to content

Commit 313d6c9

Browse files
committed
Update CHANGELOG
1 parent 795c606 commit 313d6c9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.23.0-dev
4+
5+
* Enhancements
6+
* Add SCRAM-SHA-256-PLUS support
7+
8+
* Bug fixes
9+
* Do not set `num_rows` to non-nil atom
10+
* Use reports for logging errors
11+
* Fix composite type loading when `record_send` is duplicated
12+
* Fix encoding of domains over composite types
13+
* Enforce integer bounds in type encoders
14+
315
## v0.22.3 (2026-07-09)
416

517
* Security

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Postgrex.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-ecto/postgrex"
5-
@version "0.22.3"
5+
@version "0.23.0-dev"
66

77
def project do
88
[

0 commit comments

Comments
 (0)