From 1f514678519159ec981411b3348222f8b731d520 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:46:05 +0000 Subject: [PATCH] chore(1.x): release 1.0.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f215a3d..cd06350 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b836140..77f956b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/cycle/active-record/compare/v1.0.1...v1.0.2) (2025-09-11) + + +### Bug Fixes + +* improve role resolving in AR::transact method ([#41](https://github.com/cycle/active-record/issues/41)) ([00bfb68](https://github.com/cycle/active-record/commit/00bfb68a2d49c6ae2e84b33d0ceb3439e84eac10)) + ## [1.0.1](https://github.com/cycle/active-record/compare/v1.0.0...v1.0.1) (2025-09-01)