diff --git a/CHANGELOG b/CHANGELOG index 873fc7c..b4795a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,32 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.2.4] - 2024-10-01 + +### Bug Fixes + +- Trigger settings +- Add explicit pgrx_embed bin + +### Features + +- Add note to docs about CI issues +- Add postgres 17 + +### Miscellaneous Tasks + +- Update deps +- Pg 15.6 -> 15.8 +- Pg 16.2 -> 16.4 +- Pgrx 0.11.3 -> 0.12.5 +- Update rust version +- Update pgrx init version, print pgrx version +- Remove automated PR testing for pg12/pg13 + +### Refactor + +- Update chrono usage + ## [0.2.3] - 2024-03-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 01026fd..23d4eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "pg_idkit" -version = "0.2.3" +version = "0.2.4" dependencies = [ "chrono", "cuid", diff --git a/Cargo.toml b/Cargo.toml index af41883..791c5e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_idkit" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Victor Adossi "] license = "MIT"