diff --git a/CHANGELOG.md b/CHANGELOG.md index c913677..af5b0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ ## Unreleased +## [1.0.0-rc.2] - 2026-01-10 + +- bump: introducing rc.2 - feat: use DateTime abstraction from apalis-sql - bump: update apalis deps to rc.2 + +## [1.0.0-rc.1] - 2025-12-27 + - bump: introducing rc.1 (#45) - fix: Add primary keys for database tables (#45) diff --git a/Cargo.lock b/Cargo.lock index 8beed7e..194b1c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "apalis-postgres" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" dependencies = [ "apalis", "apalis-codec", diff --git a/Cargo.toml b/Cargo.toml index 5c7c62a..cdb7c13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apalis-postgres" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" authors = ["Njuguna Mureithi "] edition = "2024" repository = "https://github.com/apalis-dev/apalis-postgres" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index eadcd36..be245fa 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -4,3 +4,7 @@ [[unpublished.apalis-postgres]] version = "1.0.0-rc.1" audited_as = "1.0.0-beta.3" + +[[unpublished.apalis-postgres]] +version = "1.0.0-rc.2" +audited_as = "1.0.0-rc.1"