From bb1b91318475d43ffac99b4b16aa43183b49cb58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 06:50:23 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb0cbc..63bcc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.1.0](https://github.com/pythoninthegrass/qaas/compare/v1.0.0...v1.1.0) (2024-02-08) + + +### Features + +* add args ([d07b2ce](https://github.com/pythoninthegrass/qaas/commit/d07b2cea5746ee989a15cbf3ae3625b2333229ce)) +* convert sqlite to postgres ([16f0323](https://github.com/pythoninthegrass/qaas/commit/16f0323ad754c0c6c798ec14721716a36a5e8da8)) +* devcontainer and orm ([5bcafc9](https://github.com/pythoninthegrass/qaas/commit/5bcafc95bdeaf0e0f630bb76394794ac166f45f5)) +* import json to postgres ([02b0efd](https://github.com/pythoninthegrass/qaas/commit/02b0efd4e1e5a10317be50723c9f82c1762bdd71)) +* task runners ([ce2761c](https://github.com/pythoninthegrass/qaas/commit/ce2761c2ab398922a2131fef7937df966231a3ba)) + + +### Bug Fixes + +* env vars (wip) ([171a57f](https://github.com/pythoninthegrass/qaas/commit/171a57f7674c5e81b23b2ddd3ee733f987c8b8ac)) +* ip allow list ([c3e01d1](https://github.com/pythoninthegrass/qaas/commit/c3e01d1480ad6617dd7f5f85a13a5dca07df1b51)) +* remove invalid field ([8a62b24](https://github.com/pythoninthegrass/qaas/commit/8a62b248758e391d67df55a66ccfc2bff7e8b9ff)) +* remove render secrets ref ([b71be9b](https://github.com/pythoninthegrass/qaas/commit/b71be9b02048c8f93b4645d89ea934ab650b55ea)) +* render.yaml ([a2203b7](https://github.com/pythoninthegrass/qaas/commit/a2203b71db1b6b7ea64c3c45efb4cc27dc4d1693)) +* task push ([c683be8](https://github.com/pythoninthegrass/qaas/commit/c683be886193a93da6fdcb6d5320dfabeb5dda8d)) +* unset var ([c90246e](https://github.com/pythoninthegrass/qaas/commit/c90246ecf469630aa291f32f52b2a07205c234d6)) + ## 1.0.0 (2024-01-22)