From 17ec4b10e72a3ace25ac0429e9429010101b89a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 08:28:10 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ff420..6ec31fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/CroudTech/dst-python-mock-firestore/compare/v1.2.0...v1.2.1) (2025-05-30) + + +### Bug Fixes + +* Reverse order processing in queries and add test for multiple orderBy fields ([#15](https://github.com/CroudTech/dst-python-mock-firestore/issues/15)) ([baf1319](https://github.com/CroudTech/dst-python-mock-firestore/commit/baf131997fff2cbdc39669d014a9902b9b0bb824)) + ## [1.2.0](https://github.com/CroudTech/dst-python-mock-firestore/compare/v1.1.3...v1.2.0) (2025-01-24)