From 5018e6815c474dcc37b9df6d4e33b541e4ad552d Mon Sep 17 00:00:00 2001 From: Daniel Gleaves <68761152+dagleaves@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:04:54 -0400 Subject: [PATCH] Update changelog [0.0.1 -> 0.1.0] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f436d9..f74ab0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +### Added + +- Fully integrated language learning assistant (#36) +- Text-to-speech using Google's TTS API (#37) +- Multilingual conversation agent (#35) +- Language learning lesson planning agent (#15) +- Voice transcription (#5) +- Comprehensive unit and integration testing +- Contributing guide documentation (#66) +- API reference documentation (#50) +- Getting started guide (#48)