From 5205c2f7a2e36ed75a0cb18599fd048bfe17bcb2 Mon Sep 17 00:00:00 2001 From: Krystian Chmura Date: Fri, 25 Oct 2024 15:29:53 +0200 Subject: [PATCH] release: v3.13.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e0c6a..d21581f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.13.0 - 2024-10-25 + +- Add GCP Spanner support ([#211](https://github.com/go-testfixtures/testfixtures/pull/211) by @kikihakiem) +- Remove ClickHouse underscore import by ([#220](https://github.com/go-testfixtures/testfixtures/pull/220) by @slsyy) +- test: remove private api usages in tests ([#221](https://github.com/go-testfixtures/testfixtures/pull/221) by @slsyy) +- CI: use `docker compose` instead of `docker-compose` ([#214](https://github.com/go-testfixtures/testfixtures/pull/214) by @slsyy) +- Updated dependencies. + ## v3.12.0 - 2024-07-13 - Reset sequences in a single exec to improve performance