From 9f55fb0b271e413a1eedc978b80e0fa4e717dd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Mo=C3=9Fburger?= Date: Thu, 6 Jun 2024 12:57:38 +0200 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6477a52 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 0.1.0 (2024-06-06) + + +### Features + +* Add basic docker setup ([5bf36b6](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/5bf36b626168d47aa927a9a287c483c349b5a4de)) +* Add basic twilio setup ([da11702](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/da1170204ca9ca07407c103c0dc010c366e0e228)) +* Add fastapi ([e80111b](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/e80111bda1edea6501a8bfa5298387453ca6461e)) +* Add predict endpoint ([a0ba5e0](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/a0ba5e0fd31b46f4d0e2bcef00eeb6fd67ab6a88)) +* Add project template ([b727fba](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/b727fbab95b5cc186b57b294c1701499bbefa352)) +* Add summarizer ([8f81a89](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/8f81a89188a0c896b69a2905b50e1308a9f4d509)) +* Change to multi-stage docker ([b0e5710](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/b0e57101d9bce7696809054794d0dcf94e2b57d8)) +* Clean up transcriptions ([cd30393](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/cd303936757f5dbf8d3a6baf9cfdf97776dd1d16)) +* Implement API key auth ([58b6c64](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/58b6c64039867f4149b22e01a81561d158599dd1)) +* Implement transcription tasks ([2931b96](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/2931b96a51f4665f128177be706e53c0e24512c8)) +* Update logo no typos ([06e700f](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/06e700fa969f142babe422c83aca48d40d0d468a)) + + +### Bug Fixes + +* Fix apikey import ([5a1290a](https://github.com/sebimarkgraf/whatsapp-voice-transcriber/commit/5a1290a53dcaf8c7ffcfa369ab74b83ebcdfb722))