Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down