From c4efb000587be6736f1c923c3ce2e9c516e5165a Mon Sep 17 00:00:00 2001 From: Filip Michalsky Date: Mon, 5 Feb 2024 15:57:45 -0500 Subject: [PATCH] update changelog --- CHANGELOG.txt | 8 +++++++- README.md | 5 ++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 15166821..a7c72fd0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,10 @@ -Updates to the SalesGPT project: Building the world's best AI Sales Agents. +Updates to the SalesGPT project: Building the world's best AI Sales Agents and virtual workers. + +January 29, 2024 +--------------- +Version 0.1.1 +- updated compatibility to match LangChain 0.1 including examples +- WIP of the website and API documentation. December 10, 2023 --------------- diff --git a/README.md b/README.md index 7348ea9f..234bb04a 100644 --- a/README.md +++ b/README.md @@ -274,9 +274,8 @@ For futher reading take a look at the [docs](https://docs.smith.langchain.com/) # Roadmap -1) Documenting the Repo better -2) Documenting the API -3) Code Documentation +1) Write more documentation +3) Better code documentation 4) Refactor 5) Improve reliability of the parser [issue here](https://github.com/filip-michalsky/SalesGPT/issues/26) and [here](https://github.com/filip-michalsky/SalesGPT/issues/25) 7) Improve Deployment Instructions