Update changelog

This commit is contained in:
Pablo Martin 2023-04-24 13:56:30 +02:00
parent 4ba1b4c007
commit 58261b1a69

View file

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Added tasks `begin_sql_transaction` and `end_sql_transaction` to the `utils`module. These enable the management of SQL
transactions in flows. It also allows for dry running SQL statements.
## [0.4.0] - 2023-02-08 ## [0.4.0] - 2023-02-08
### Added ### Added